Home
last modified time | relevance | path

Searched refs:BlitFramebuffer (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp298 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLESInterface()
300 GET_PROC_SUFFIX(BlitFramebuffer, CHROMIUM); in GrGLMakeAssembledGLESInterface()
302 GET_PROC_SUFFIX(BlitFramebuffer, ANGLE); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp332 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLInterface()
334 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLInterface()
336 GET_PROC_SUFFIX(BlitFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp223 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledWebGLInterface()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp297 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/
Dnouveau_driver.c181 functions->BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in nouveau_driver_functions_init()
/external/mesa3d/docs/relnotes/
D10.6.9.rst45 in BlitFramebuffer)
D10.6.4.rst98 - st/mesa: don't call st_validate_state in BlitFramebuffer
D20.3.2.rst83 - mesa/st: Finalize the texture before BlitFramebuffer from it.
D7.10.3.rst254 - swrast: BlitFramebuffer should not be killed by conditional rendering
255 - st/mesa: BlitFramebuffer should not be killed by conditional
D11.0.3.rst48 in BlitFramebuffer)
D10.5.1.rst128 - i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
D9.0.2.rst226 - mesa: fix BlitFramebuffer between linear and sRGB formats
D11.1.0.rst194 in BlitFramebuffer)
/external/mesa3d/src/mesa/main/
Dblit.c575 assert(ctx->Driver.BlitFramebuffer); in blit_framebuffer()
576 ctx->Driver.BlitFramebuffer(ctx, readFb, drawFb, in blit_framebuffer()
/external/angle/src/tests/gl_tests/
DSRGBFramebufferTest.cpp244 TEST_P(SRGBFramebufferTestES3, BlitFramebuffer) in TEST_P() argument
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c184 driver->BlitFramebuffer = _swrast_BlitFramebuffer; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c329 functions->BlitFramebuffer = st_BlitFramebuffer; in st_init_blit_functions()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c773 intel->ctx.Driver.BlitFramebuffer = intel_blit_framebuffer; in intel_fbo_init()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c848 driver->BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in xmesa_init_driver_functions()
/external/skia/tools/gpu/gl/interface/
Dinterface.json5379 "BlitFramebuffer",
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c1131 dd->BlitFramebuffer = intel_blit_framebuffer; in intel_fbo_init()
/external/angle/extensions/
DANGLE_framebuffer_multisample.txt118 In 4.3.2 (Copying Pixels), add to the section describing BlitFramebuffer
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c878 radeon->glCtx.Driver.BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in radeon_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c878 radeon->glCtx.Driver.BlitFramebuffer = _mesa_meta_and_swrast_BlitFramebuffer; in radeon_fbo_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1433 { "glBlitFramebuffer", _O(BlitFramebuffer) },

12