Home
last modified time | relevance | path

Searched defs:blitFramebuffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp851 ScopedGlFramebuffer blitFramebuffer(*mGl); in TEST_P() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp593 void GLContext::blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, i… in blitFramebuffer() function in sglr::GLContext
H A DsglrReferenceContext.cpp3337 void ReferenceContext::blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int d… in blitFramebuffer() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h265 PFNGLBLITFRAMEBUFFERPROC blitFramebuffer = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl46 glBlitFramebufferFunc blitFramebuffer; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp4675 void Context::blitFramebuffer(GLint srcX0, in blitFramebuffer() function in gl::Context