Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.mm92 // TODO(cwallez) support 2.1 contexts too that don't have blitFramebuffer nor the
103 mFunctions->blitFramebuffer(0, 0, texture.width, texture.height, 0, 0, texture.width,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.mm124 // TODO(cwallez) support 2.1 contexts too that don't have blitFramebuffer nor the
135 mFunctions->blitFramebuffer(0, 0, texture.width, texture.height, 0, 0, texture.width,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp275 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsDesktopGL()
994 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsDesktopGL()
1715 ASSIGN("glBlitFramebufferEXT", blitFramebuffer); in initProcsDesktopGL()
2077 ASSIGN("glBlitFramebuffer", blitFramebuffer); in initProcsGLES()
3043 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL()
3760 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL()
4480 blitFramebuffer = &glBlitFramebufferNULL; in initProcsDesktopGLNULL()
4842 blitFramebuffer = &glBlitFramebufferNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h265 PFNGLBLITFRAMEBUFFERPROC blitFramebuffer = nullptr; variable
DFramebufferGL.cpp823 functions->blitFramebuffer(finalSourceArea.x, finalSourceArea.y, finalSourceArea.x1(), in blit()
Drenderergl_utils.cpp1209 extensions->framebufferBlit = (functions->blitFramebuffer != nullptr); in GenerateCaps()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_0_autogen.h22 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, \
Dframe_capture_replay_autogen.cpp220 context->blitFramebuffer( in ReplayCall()
DContext.cpp3623 void Context::blitFramebuffer(GLint srcX0, in blitFramebuffer() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_3_0_autogen.cpp228 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebuffer()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp200 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebuffer()
Dentry_points_gles_ext_autogen.cpp310 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebufferANGLE()
8348 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebufferContextANGLE()
8386 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebufferANGLEContextANGLE()