/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 354 GLsizei numAttachments, in InvalidateFramebufferProc() 361 GLsizei numAttachments, in InvalidateSubFramebufferProc() 383 GLsizei numAttachments, in DiscardFramebufferEXTProc() 2712 std::vector<GLenum> ConvertDefaultFramebufferEnums(GLsizei numAttachments, in ConvertDefaultFramebufferEnums() 2726 GLsizei numAttachments, in onReplayInvalidateFramebuffer() 2742 GLsizei numAttachments, in onReplayInvalidateSubFramebuffer() 2791 GLsizei numAttachments, in onReplayDiscardFramebufferEXT()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 5268 GLsizei numAttachments, in invalidate_framebuffer_storage() 5485 GLsizei numAttachments, const GLenum *attachments) in discard_framebuffer() 5518 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer_no_error() 5527 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateSubFramebuffer() 5550 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferSubData() 5577 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer_no_error() 5592 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, in _mesa_InvalidateFramebuffer() 5639 GLsizei numAttachments, in _mesa_InvalidateNamedFramebufferData() 5679 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments, in _mesa_DiscardFramebufferEXT()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkFramebuffer.cpp | 34 int numAttachments = 1; in Make() local
|
H A D | GrVkRenderPass.cpp | 133 uint32_t numAttachments = attachmentsDescriptor->fAttachmentCount; in Create() local
|
H A D | GrVkCommandBuffer.cpp | 231 int numAttachments, in clearAttachments()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluStrUtil.cpp | 120 detail::EnumPointerFmt getInvalidateAttachmentStr(const uint32_t *attachments, int numAttachments) in getInvalidateAttachmentStr()
|
H A D | gluCallLogWrapper.inl | 3066 void CallLogWrapper::glInvalidateFramebuffer (glw::GLenum target, glw::GLsizei numAttachments, cons… 3073 …er::glInvalidateNamedFramebufferData (glw::GLuint framebuffer, glw::GLsizei numAttachments, const … 3080 …:glInvalidateNamedFramebufferSubData (glw::GLuint framebuffer, glw::GLsizei numAttachments, const … 3087 void CallLogWrapper::glInvalidateSubFramebuffer (glw::GLenum target, glw::GLsizei numAttachments, c…
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 379 void ContextWrapper::glInvalidateSubFramebuffer(uint32_t target, int numAttachments, const uint32_t… in glInvalidateSubFramebuffer() 385 void ContextWrapper::glInvalidateFramebuffer(uint32_t target, int numAttachments, const uint32_t *a… in glInvalidateFramebuffer()
|
H A D | sglrGLContext.cpp | 609 void GLContext::invalidateSubFramebuffer(uint32_t target, int numAttachments, const uint32_t *attac… in invalidateSubFramebuffer() 623 void GLContext::invalidateFramebuffer(uint32_t target, int numAttachments, const uint32_t *attachme… in invalidateFramebuffer()
|
H A D | sglrReferenceContext.cpp | 3527 void ReferenceContext::invalidateSubFramebuffer(uint32_t target, int numAttachments, const uint32_t… in invalidateSubFramebuffer() 3588 void ReferenceContext::invalidateFramebuffer(uint32_t target, int numAttachments, const uint32_t *a… in invalidateFramebuffer()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 611 … GLsizei numAttachments, const GLenum* attachments) { in sGetEmulatedAttachmentList() 628 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GL… in glInvalidateFramebuffer() 653 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const… in glInvalidateSubFramebuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 196 … const VkPrimitiveTopology topology, const uint32_t subpass, const uint32_t numAttachments, in preparePipelineWrapper() 960 … const VkFormat colorFormat, uint32_t numAttachments, in makeRenderPassMultiAttachments()
|
H A D | vktPipelineNoPositionTests.cpp | 615 const uint32_t numAttachments, in makeRenderPass()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.cpp | 359 uint32_t numAttachments; in VulkanDrawContext() local
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES30.java | 1737 int numAttachments, in glInvalidateFramebuffer() 1746 int numAttachments, in glInvalidateFramebuffer() 1754 int numAttachments, in glInvalidateSubFramebuffer() 1767 int numAttachments, in glInvalidateSubFramebuffer()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_3_0_params.cpp | 634 GLsizei numAttachments, in CaptureInvalidateFramebuffer_attachments() 645 GLsizei numAttachments, in CaptureInvalidateSubFramebuffer_attachments()
|
H A D | capture_gles_3_0_autogen.cpp | 1666 GLsizei numAttachments, in CaptureInvalidateFramebuffer() 1696 GLsizei numAttachments, in CaptureInvalidateSubFramebuffer()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 1885 GLsizei numAttachments, in GL_InvalidateFramebuffer() 1920 GLsizei numAttachments, in GL_InvalidateSubFramebuffer()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 1268 … uint32_t invalidateTarget, const uint32_t *invalidateAttachments, int numAttachments) in InvalidateFboTargetCase()
|
H A D | es3fFragmentOutputTests.cpp | 543 const int numAttachments = (int)m_fboSpec.size(); in iterate() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 5591 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() 5635 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5673 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() 5721 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 657 GLsizei numAttachments, in glDiscardFramebufferEXTNULL() 1603 GLsizei numAttachments, in glInvalidateFramebufferNULL() 1608 GLsizei numAttachments, in glInvalidateNamedFramebufferDataNULL() 1613 GLsizei numAttachments, in glInvalidateNamedFramebufferSubDataNULL() 1622 GLsizei numAttachments, in glInvalidateSubFramebufferNULL()
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 1422 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glDiscardFramebufferEXT() 2194 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glInvalidateFramebuffer() 2200 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, G… in glInvalidateSubFramebuffer()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES3.cpp | 1852 GLsizei numAttachments, in ValidateInvalidateFramebuffer() 1884 GLsizei numAttachments, in ValidateInvalidateSubFramebuffer()
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextFuncs.inl | 3527 GLW_APICALL void GLW_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const… 3535 …W_APIENTRY glInvalidateNamedFramebufferData (GLuint framebuffer, GLsizei numAttachments, const GLe… 3543 …PIENTRY glInvalidateNamedFramebufferSubData (GLuint framebuffer, GLsizei numAttachments, const GLe… 3555 GLW_APICALL void GLW_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, co…
|