/hardware/google/gfxstream/guest/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, … 2200 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments, G… in glInvalidateSubFramebuffer() function 2203 ctx->glInvalidateSubFramebuffer(ctx, target, numAttachments, attachments, x, y, width, height); in glInvalidateSubFramebuffer()
|
D | GL2Encoder.cpp | 408 OVERRIDE(glInvalidateSubFramebuffer); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 94 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, G…
|
D | gles3_only_dispatch_logging_wrappers.impl | 300 …DISPATCH_DEBUG_LOG("glInvalidateSubFramebuffer(target:0x%X, numAttachments:%d, attachments:%p, x:%…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 69 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const…
|
D | gles3_only_functions.h | 69 …X(void, glInvalidateSubFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachm…
|
/hardware/google/gfxstream/host/gl/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()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 653 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const… in glInvalidateSubFramebuffer() function 671 if (ctx->dispatcher().glInvalidateSubFramebuffer) { in glInvalidateSubFramebuffer() 672 …ctx->dispatcher().glInvalidateSubFramebuffer(target, numAttachments, &emulatedAttachments[0], x, y… in glInvalidateSubFramebuffer()
|
/hardware/google/gfxstream/common/opengl/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…
|
/hardware/google/gfxstream/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…
|
D | gl32.h | 1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 910 glInvalidateSubFramebuffer
|
D | gles2.in | 390 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 345 …X(void, glInvalidateSubFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachm…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl31.h | 1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl32.h | 1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2572 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2518 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum…
|