/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/eagl/ |
D | WindowSurfaceEAGL.mm | 92 // 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/ |
D | WindowSurfaceCGL.mm | 124 // 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/ |
D | DispatchTableGL_autogen.cpp | 275 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()
|
D | DispatchTableGL_autogen.h | 265 PFNGLBLITFRAMEBUFFERPROC blitFramebuffer = nullptr; variable
|
D | FramebufferGL.cpp | 823 functions->blitFramebuffer(finalSourceArea.x, finalSourceArea.y, finalSourceArea.x1(), in blit()
|
D | renderergl_utils.cpp | 1209 extensions->framebufferBlit = (functions->blitFramebuffer != nullptr); in GenerateCaps()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 22 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, \
|
D | frame_capture_replay_autogen.cpp | 220 context->blitFramebuffer( in ReplayCall()
|
D | Context.cpp | 3623 void Context::blitFramebuffer(GLint srcX0, in blitFramebuffer() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_3_0_autogen.cpp | 228 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebuffer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 200 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebuffer()
|
D | entry_points_gles_ext_autogen.cpp | 310 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()
|