Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h270 {"glInvalidateSubFramebuffer", (void*)glInvalidateSubFramebuffer},
Dgl2_client_context.h300 glInvalidateSubFramebuffer_client_proc_t glInvalidateSubFramebuffer; member
Dgl2_client_context.cpp300glInvalidateSubFramebuffer = (glInvalidateSubFramebuffer_client_proc_t) getProc("glInvalidateSubFr… in initDispatchByName()
Dgl2_entry.cpp295 …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()
DGL2Encoder.cpp408 OVERRIDE(glInvalidateSubFramebuffer); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries94 void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, G…
Dgles3_only_dispatch_logging_wrappers.impl300 …DISPATCH_DEBUG_LOG("glInvalidateSubFramebuffer(target:0x%X, numAttachments:%d, attachments:%p, x:%…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h69 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const…
Dgles3_only_functions.h69 …X(void, glInvalidateSubFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachm…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h345 glInvalidateSubFramebuffer_server_proc_t glInvalidateSubFramebuffer; member
Dgles2_server_context.cpp300glInvalidateSubFramebuffer = (glInvalidateSubFramebuffer_server_proc_t) getProc("glInvalidateSubFr… in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp653 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/
Dgl3.h929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
Dgl31.h929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
Dgl31.h929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
Dgl32.h1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib910 glInvalidateSubFramebuffer
Dgles2.in390 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h345 …X(void, glInvalidateSubFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachm…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
Dgl31.h1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
Dgl32.h1181 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2572 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2518 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum…

12