Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/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…
2188 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in glBlitFramebuffer() function
2191 ctx->glBlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries92 void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0…
Dgles3_only_dispatch_logging_wrappers.impl290 …DISPATCH_DEBUG_LOG("glBlitFramebuffer(srcX0:%d, srcY0:%d, srcX1:%d, srcY1:%d, dstX0:%d, dstY0:%d, …
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h67 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
Dgles3_only_functions.h67 …X(void, glBlitFramebuffer, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h343 glBlitFramebuffer_server_proc_t glBlitFramebuffer; member
Dgles2_server_context.cpp298 glBlitFramebuffer = (glBlitFramebuffer_server_proc_t) getProc("glBlitFramebuffer", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp605 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer() function
607 …ctx->dispatcher().glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, … in glBlitFramebuffer()
DGLESv2Imp.cpp3305 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
3340 glBlitFramebuffer(0, 0, fboWidth, fboHeight, 0, 0, fboWidth, fboHeight, in glReadPixels()
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp730 s_gles2.glBlitFramebuffer(0, 0, m_width, m_height, 0, 0, m_width, in blitFromCurrentReadBuffer()
/hardware/google/gfxstream/common/opengl/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, …
/hardware/google/gfxstream/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, …
Dgl32.h1104 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h343 …X(void, glBlitFramebuffer, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1104 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
Dgl31.h1104 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
Dgl32.h1104 GL_APICALL void GL_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, …
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in385 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2941 gl.glBlitFramebuffer(0, 0, rWidth, rHeight, 0, 0, rWidth, rHeight, in setupImageBlitForTexture()
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h143 #define glBlitFramebuffer MANGLE(BlitFramebuffer) macro

12