Home
last modified time | relevance | path

Searched refs:glInvalidateFramebuffer (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h269 {"glInvalidateFramebuffer", (void*)glInvalidateFramebuffer},
Dgl2_client_context.h299 glInvalidateFramebuffer_client_proc_t glInvalidateFramebuffer; member
Dgl2_client_context.cpp299glInvalidateFramebuffer = (glInvalidateFramebuffer_client_proc_t) getProc("glInvalidateFramebuffer… in initDispatchByName()
Dgl2_entry.cpp294 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()
DGL2Encoder.cpp407 OVERRIDE(glInvalidateFramebuffer); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries93 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments);
Dgles3_only_dispatch_logging_wrappers.impl295 …DISPATCH_DEBUG_LOG("glInvalidateFramebuffer(target:0x%X, numAttachments:%d, attachments:%p)", targ…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h68 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GL…
Dgles3_only_functions.h68 …X(void, glInvalidateFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachment…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h344 glInvalidateFramebuffer_server_proc_t glInvalidateFramebuffer; member
Dgles2_server_context.cpp299glInvalidateFramebuffer = (glInvalidateFramebuffer_server_proc_t) getProc("glInvalidateFramebuffer… in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp628 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/
Dgl3.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl31.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl31.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl32.h1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib907 glInvalidateFramebuffer
Dgles2.in389 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h344 …X(void, glInvalidateFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachment…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl31.h1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl32.h1180 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2571 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *a…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2517 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *a…

12