Home
last modified time | relevance | path

Searched refs:glBlitFramebuffer (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h268 {"glBlitFramebuffer", (void*)glBlitFramebuffer},
Dgl2_client_context.h298 glBlitFramebuffer_client_proc_t glBlitFramebuffer; member
Dgl2_client_context.cpp298 glBlitFramebuffer = (glBlitFramebuffer_client_proc_t) getProc("glBlitFramebuffer", userData); in initDispatchByName()
Dgl2_entry.cpp293 …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()
DGL2Encoder.cpp293 OVERRIDE(glBlitFramebuffer); in GL2Encoder()
Dgl2_enc.cpp11858 this->glBlitFramebuffer = &glBlitFramebuffer_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles3_only.entries31 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h852 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
Dgl31.h852 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in381 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …