Searched refs:glInvalidateFramebuffer (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/system/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); 2181 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachments) in glInvalidateFramebuffer() function 2184 ctx->glInvalidateFramebuffer(ctx, target, numAttachments, attachments); in glInvalidateFramebuffer()
|
D | GL2Encoder.cpp | 376 OVERRIDE(glInvalidateFramebuffer); in GL2Encoder()
|
D | gl2_enc.cpp | 11859 this->glInvalidateFramebuffer = &glInvalidateFramebuffer_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 107 void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 689 glInvalidateFramebuffer
|
D | gles3.in | 385 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach…
|
/device/generic/goldfish-opengl/system/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…
|