/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/ |
H A D | WindowSurfaceCGL.mm | 127 // TODO(cwallez) support 2.1 contexts too that don't have blitFramebuffer nor the 138 mFunctions->blitFramebuffer(0, 0, texture.width, texture.height, 0, 0, texture.width,
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluES3PlusWrapperFuncs.inl | 29 dst->blitFramebuffer = src.blitFramebuffer;
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 235 gl.blitFramebuffer(0, /* srcX0 */ in iterate() 593 gl.blitFramebuffer(0, /* srcX0 */ in iterate() 1017 gl.blitFramebuffer(0, /* srcX0 */ in iterate() 1219 gl.blitFramebuffer(0, /* srcX0 */ in iterate()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 269 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsDesktopGL() 1025 ASSIGN("glBlitFramebufferEXT", blitFramebuffer); in initProcsDesktopGL() 1502 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsDesktopGL() 2543 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsGLES() 3146 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL() 3901 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL() 4378 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL() 5418 blitFramebuffer = &glBlitFramebufferNULL; in initProcsGLESNULL()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderBlitting.cpp | 167 …gl.blitFramebuffer(0 /* srcX0 */, 0 /* srcY0 */, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0 /* dstX0 */, 0 /… in iterate()
|
H A D | esextcGeometryShaderLayeredRendering.cpp | 569 … gl.blitFramebuffer(0, 0, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0, 0, TEXTURE_WIDTH, TEXTURE_HEIGHT, in iterate()
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 593 void GLContext::blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, i… in blitFramebuffer() function in sglr::GLContext 604 …m_context.getFunctions().blitFramebuffer(readOffset.x() + srcX0, readOffset.y() + srcY0, readOffse… in blitFramebuffer()
|
H A D | sglrGLContext.hpp | 162 …virtual void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int…
|
H A D | sglrContext.hpp | 156 …virtual void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int…
|
H A D | sglrContextWrapper.cpp | 376 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwInitES30Direct.inl | 25 gl->blitFramebuffer = &glBlitFramebuffer;
|
H A D | glwInitES31Direct.inl | 29 gl->blitFramebuffer = &glBlitFramebuffer;
|
H A D | glwInitES32Direct.inl | 34 gl->blitFramebuffer = &glBlitFramebuffer;
|
H A D | glwInitES30.inl | 25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
|
H A D | glwInitGL31.inl | 25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
|
H A D | glwInitGL30.inl | 25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
|
H A D | glwFunctions.inl | 46 glBlitFramebufferFunc blitFramebuffer; variable
|
H A D | glwInitGL32.inl | 25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
|
H A D | glwInitES31.inl | 29 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 22 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, \
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderHelperInvocationTests.cpp | 288 … gl.blitFramebuffer(x, y, width, height, x, y, width, height, GL_COLOR_BUFFER_BIT, GL_NEAREST); in readPixels()
|
H A D | es31fMultisampleShaderRenderCase.cpp | 563 …gl.blitFramebuffer(0, 0, m_renderSize, m_renderSize, 0, 0, m_renderSize, m_renderSize, GL_COLOR_BU… in drawOneIteration()
|
H A D | es31fAdvancedBlendTests.cpp | 550 gl.blitFramebuffer(0, 0, m_renderWidth, m_renderHeight, 0, 0, m_renderWidth, m_renderHeight, in iterate()
|
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 851 ScopedGlFramebuffer blitFramebuffer(*mGl); in TEST_P() local 852 mGl->glBindFramebuffer(GL_FRAMEBUFFER, blitFramebuffer); in TEST_P()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsScissorTests.cpp | 554 …gl.blitFramebuffer(0, 0, SIZE, SIZE, viewport.x(), viewport.y(), viewport.x() + width, viewport.y(… in render()
|