/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 270 {"glInvalidateSubFramebuffer", (void*)glInvalidateSubFramebuffer},
|
D | gl2_client_context.h | 300 glInvalidateSubFramebuffer_client_proc_t glInvalidateSubFramebuffer; member
|
D | gl2_client_context.cpp | 300 …glInvalidateSubFramebuffer = (glInvalidateSubFramebuffer_client_proc_t) getProc("glInvalidateSubFr… in initDispatchByName()
|
D | gl2_entry.cpp | 295 …void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, … 2188 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, G… in glInvalidateSubFramebuffer() function 2191 ctx->glInvalidateSubFramebuffer(ctx, target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 658 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const… in glInvalidateSubFramebuffer() function 676 if (ctx->dispatcher().glInvalidateSubFramebuffer) { in glInvalidateSubFramebuffer() 677 …ctx->dispatcher().glInvalidateSubFramebuffer(target, numAttachments, &emulatedAttachments[0], x, y… in glInvalidateSubFramebuffer()
|
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 70 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const…
|
D | gles3_only.entries | 95 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, G…
|
D | gles3_only_functions.h | 70 …X(void, glInvalidateSubFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachm…
|
D | gles3_only_dispatch_logging_wrappers.impl | 300 …DISPATCH_DEBUG_LOG("glInvalidateSubFramebuffer(target:0x%X, numAttachments:%d, attachments:%p, x:%…
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 108 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, G…
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | libGL_autogen.def | 936 glInvalidateSubFramebuffer
|
/device/generic/vulkan-cereal/stream-servers/gles2_dec/ |
D | gles2_server_context.h | 345 glInvalidateSubFramebuffer_server_proc_t glInvalidateSubFramebuffer; member
|
D | gles2_server_context.cpp | 300 …glInvalidateSubFramebuffer = (glInvalidateSubFramebuffer_server_proc_t) getProc("glInvalidateSubFr… in initDispatchByName()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | libGLESv2_autogen.def | 214 glInvalidateSubFramebuffer
|
D | libGLESv2_with_capture_autogen.def | 214 glInvalidateSubFramebuffer
|
D | libGLESv2_no_capture_autogen.def | 214 glInvalidateSubFramebuffer
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 692 glInvalidateSubFramebuffer
|
D | gles3.in | 386 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl31.h | 929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
/device/generic/vulkan-cereal/include/GLES3/ |
D | gl3.h | 929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl31.h | 929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
/device/generic/vulkan-cereal/protocols/gles2/ |
D | gles2.attrib | 910 glInvalidateSubFramebuffer
|
D | gles2.in | 390 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att…
|
/device/generic/vulkan-cereal/third-party/angle/include/GLES3/ |
D | gl3.h | 1200 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|