Home
last modified time | relevance | path

Searched refs:blitFramebuffer (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.mm101 // TODO(cwallez) support 2.1 contexts too that don't have blitFramebuffer nor the
112 mFunctions->blitFramebuffer(0, 0, texture.width, texture.height, 0, 0, texture.width,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.mm125 // TODO(cwallez) support 2.1 contexts too that don't have blitFramebuffer nor the
136 mFunctions->blitFramebuffer(0, 0, texture.width, texture.height, 0, 0, texture.width,
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl29 dst->blitFramebuffer = src.blitFramebuffer;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderBlitting.cpp167 …gl.blitFramebuffer(0 /* srcX0 */, 0 /* srcY0 */, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0 /* dstX0 */, 0 /… in iterate()
DesextcGeometryShaderLayeredRendering.cpp572 gl.blitFramebuffer(0, 0, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0, 0, TEXTURE_WIDTH, TEXTURE_HEIGHT, in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleFunctionalTests.cpp235 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()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES30Direct.inl25 gl->blitFramebuffer = &glBlitFramebuffer;
DglwInitES31Direct.inl29 gl->blitFramebuffer = &glBlitFramebuffer;
DglwInitES32Direct.inl34 gl->blitFramebuffer = &glBlitFramebuffer;
DglwInitES30.inl25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
DglwInitGL31.inl25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
DglwInitGL30.inl25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
DglwFunctions.inl46 glBlitFramebufferFunc blitFramebuffer; variable
DglwInitGL32.inl25 gl->blitFramebuffer = (glBlitFramebufferFunc) loader->get("glBlitFramebuffer");
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js316 blitFramebuffer: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp269 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsDesktopGL()
979 ASSIGN("glBlitFramebufferEXT", blitFramebuffer); in initProcsDesktopGL()
1428 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsDesktopGL()
2420 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsGLES()
3057 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL()
3766 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL()
4215 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL()
5206 blitFramebuffer = &glBlitFramebufferNULL; in initProcsGLESNULL()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.hpp149 …virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int ds…
DsglrContext.hpp137 …virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0,…
DsglrContextWrapper.cpp361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, … in blitFramebuffer() function in sglr::GLContext
613 …m_context.getFunctions().blitFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x(… in blitFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h22 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, \
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp276 gl.blitFramebuffer(x, y, width, height, x, y, width, height, GL_COLOR_BUFFER_BIT, GL_NEAREST); in readPixels()
Des31fMultisampleShaderRenderCase.cpp539 …gl.blitFramebuffer(0, 0, m_renderSize, m_renderSize, 0, 0, m_renderSize, m_renderSize, GL_COLOR_BU… in drawOneIteration()
Des31fAdvancedBlendTests.cpp536 …gl.blitFramebuffer(0, 0, m_renderWidth, m_renderHeight, 0, 0, m_renderWidth, m_renderHeight, GL_CO… in iterate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h663 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,

123