Searched refs:BlitFramebuffer (Results 1 – 25 of 36) sorted by relevance
12
/external/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 298 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLESInterface() 300 GET_PROC_SUFFIX(BlitFramebuffer, CHROMIUM); in GrGLMakeAssembledGLESInterface() 302 GET_PROC_SUFFIX(BlitFramebuffer, ANGLE); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 332 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLInterface() 334 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLInterface() 336 GET_PROC_SUFFIX(BlitFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 223 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledWebGLInterface()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 297 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLInterface() 316 GET_PROC_SUFFIX(BlitFramebuffer, EXT); in GrGLMakeAssembledGLInterface() 655 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLESInterface() 658 GET_PROC_SUFFIX(BlitFramebuffer, CHROMIUM); in GrGLMakeAssembledGLESInterface() 664 GET_PROC_SUFFIX(BlitFramebuffer, ANGLE); in GrGLMakeAssembledGLESInterface()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 181 functions->BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in nouveau_driver_functions_init()
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.9.rst | 45 in BlitFramebuffer)
|
D | 10.6.4.rst | 98 - st/mesa: don't call st_validate_state in BlitFramebuffer
|
D | 20.3.2.rst | 83 - mesa/st: Finalize the texture before BlitFramebuffer from it.
|
D | 7.10.3.rst | 254 - swrast: BlitFramebuffer should not be killed by conditional rendering 255 - st/mesa: BlitFramebuffer should not be killed by conditional
|
D | 11.0.3.rst | 48 in BlitFramebuffer)
|
D | 10.5.1.rst | 128 - i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
|
D | 9.0.2.rst | 226 - mesa: fix BlitFramebuffer between linear and sRGB formats
|
D | 11.1.0.rst | 194 in BlitFramebuffer)
|
/external/mesa3d/src/mesa/main/ |
D | blit.c | 575 assert(ctx->Driver.BlitFramebuffer); in blit_framebuffer() 576 ctx->Driver.BlitFramebuffer(ctx, readFb, drawFb, in blit_framebuffer()
|
/external/angle/src/tests/gl_tests/ |
D | SRGBFramebufferTest.cpp | 244 TEST_P(SRGBFramebufferTestES3, BlitFramebuffer) in TEST_P() argument
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 184 driver->BlitFramebuffer = _swrast_BlitFramebuffer; in _mesa_init_driver_functions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 329 functions->BlitFramebuffer = st_BlitFramebuffer; in st_init_blit_functions()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 773 intel->ctx.Driver.BlitFramebuffer = intel_blit_framebuffer; in intel_fbo_init()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 848 driver->BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in xmesa_init_driver_functions()
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 379 "BlitFramebuffer",
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 1131 dd->BlitFramebuffer = intel_blit_framebuffer; in intel_fbo_init()
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_multisample.txt | 118 In 4.3.2 (Copying Pixels), add to the section describing BlitFramebuffer
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 878 radeon->glCtx.Driver.BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in radeon_fbo_init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 878 radeon->glCtx.Driver.BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in radeon_fbo_init()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1433 { "glBlitFramebuffer", _O(BlitFramebuffer) },
|
12