/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 269 {"glInvalidateFramebuffer", (void*)glInvalidateFramebuffer},
|
D | gl2_client_context.h | 299 glInvalidateFramebuffer_client_proc_t glInvalidateFramebuffer; member
|
D | gl2_client_context.cpp | 299 …glInvalidateFramebuffer = (glInvalidateFramebuffer_client_proc_t) getProc("glInvalidateFramebuffer… in initDispatchByName()
|
D | gl2_entry.cpp | 294 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments); 2194 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glInvalidateFramebuffer() function 2197 ctx->glInvalidateFramebuffer(ctx, target, numAttachments, attachments); in glInvalidateFramebuffer()
|
D | GL2Encoder.cpp | 407 OVERRIDE(glInvalidateFramebuffer); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 93 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments);
|
D | gles3_only_dispatch_logging_wrappers.impl | 295 …DISPATCH_DEBUG_LOG("glInvalidateFramebuffer(target:0x%X, numAttachments:%d, attachments:%p)", targ…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 68 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GL…
|
D | gles3_only_functions.h | 68 …X(void, glInvalidateFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachment…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 344 glInvalidateFramebuffer_server_proc_t glInvalidateFramebuffer; member
|
D | gles2_server_context.cpp | 299 …glInvalidateFramebuffer = (glInvalidateFramebuffer_server_proc_t) getProc("glInvalidateFramebuffer… in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 628 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GL… in glInvalidateFramebuffer() function 646 if (ctx->dispatcher().glInvalidateFramebuffer) { in glInvalidateFramebuffer() 647 ctx->dispatcher().glInvalidateFramebuffer(target, numAttachments, &emulatedAttachments[0]); in glInvalidateFramebuffer()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
D | gl31.h | 928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
D | gl31.h | 928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
D | gl32.h | 1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 907 glInvalidateFramebuffer
|
D | gles2.in | 389 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 344 …X(void, glInvalidateFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachment…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
D | gl31.h | 1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
D | gl32.h | 1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2571 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *a…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2517 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *a…
|