Searched refs:glBlitFramebuffer (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 268 {"glBlitFramebuffer", (void*)glBlitFramebuffer},
|
D | gl2_client_context.h | 298 glBlitFramebuffer_client_proc_t glBlitFramebuffer; member
|
D | gl2_client_context.cpp | 298 glBlitFramebuffer = (glBlitFramebuffer_client_proc_t) getProc("glBlitFramebuffer", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 293 …void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY… 2175 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in glBlitFramebuffer() function 2178 ctx->glBlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
|
D | GL2Encoder.cpp | 293 OVERRIDE(glBlitFramebuffer); in GL2Encoder()
|
D | gl2_enc.cpp | 11858 this->glBlitFramebuffer = &glBlitFramebuffer_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 31 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 852 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
|
D | gl31.h | 852 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 381 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
|