Home
last modified time | relevance | path

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

1234

/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt45 resolve and scale operation through a single call to BlitFramebuffer.
50 must be explicitly resolved via BlitFramebuffer before any other
52 multisample resolve operation must be done using a BlitFramebuffer
56 scaled with a second call to BlitFramebuffer.
58 By requiring two separate calls to BlitFramebuffer, the quality
67 resolve to be done with a single call to BlitFramebuffer. Not all
87 Accepted by the <filter> parameter of BlitFramebuffer:
97 describing BlitFramebuffer as follows:
113 BlitFramebuffer are identical, the samples corresponding to each
123 and destination rectangles provided to BlitFramebuffer are not
[all …]
DEXT_framebuffer_blit_layers.txt71 extends the behaviour of the command BlitFramebuffer to all the layers of
83 extends the behaviour of the command BlitFramebuffer to a specified layer
96 layer when using the BlitFramebuffer command.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt45 resolve and scale operation through a single call to BlitFramebuffer.
50 must be explicitly resolved via BlitFramebuffer before any other
52 multisample resolve operation must be done using a BlitFramebuffer
56 scaled with a second call to BlitFramebuffer.
58 By requiring two separate calls to BlitFramebuffer, the quality
67 resolve to be done with a single call to BlitFramebuffer. Not all
87 Accepted by the <filter> parameter of BlitFramebuffer:
97 describing BlitFramebuffer as follows:
113 BlitFramebuffer are identical, the samples corresponding to each
123 and destination rectangles provided to BlitFramebuffer are not
[all …]
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp303 GET_PROC(BlitFramebuffer); in GrGLMakeAssembledGLESInterface()
305 GET_PROC_SUFFIX(BlitFramebuffer, NV); in GrGLMakeAssembledGLESInterface()
307 GET_PROC_SUFFIX(BlitFramebuffer, CHROMIUM); in GrGLMakeAssembledGLESInterface()
309 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()
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_tile_raster_order.txt48 1. Should this extension also affect BlitFramebuffer?
50 NOT RESOLVED: BlitFramebuffer could use the same underlying
/third_party/openGLES/extensions/MESA/
DMESA_tile_raster_order.txt48 1. Should this extension also affect BlitFramebuffer?
50 NOT RESOLVED: BlitFramebuffer could use the same underlying
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DNativeSwapChainImplGL.cpp76 gl.BlitFramebuffer(0, 0, mWidth, mHeight, 0, mHeight, mWidth, 0, GL_COLOR_BUFFER_BIT, in Present()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h111 GST_GL_EXT_FUNCTION (void, BlitFramebuffer,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_texture.txt268 BlitFramebuffer?
270 RESOLVED: BlitFramebuffer also provides similar functionality, but it
303 BlitFramebuffer does support sourcing a multisample texture (via a
360 pixel-aligned updates provided by the BlitFramebuffer API.
395 DrawPixels and BlitFramebuffer). This behavior falls out of the
405 Note: It appears that BlitFramebuffer is not affected by
DNV_framebuffer_multisample.txt240 language for BlitFramebufferNV also apply to BlitFramebuffer:
242 (Add to the end of the section describing BlitFramebuffer)
256 (In the error list for BlitFramebuffer, modify the item "An
264 (In the error list for BlitFramebuffer, add to the list)
DNV_framebuffer_blit.txt267 and destination rectangles provided to BlitFramebuffer are not
385 language for BlitFramebufferNV also apply to BlitFramebuffer.
387 (Add to the end of the section describing BlitFramebuffer)
405 and destination rectangles provided to BlitFramebuffer are not
409 (In the error list for BlitFramebuffer, modify the item "An
417 (In the error list for BlitFramebuffer, modify the item "An
/third_party/openGLES/extensions/NV/
DNV_draw_texture.txt268 BlitFramebuffer?
270 RESOLVED: BlitFramebuffer also provides similar functionality, but it
303 BlitFramebuffer does support sourcing a multisample texture (via a
360 pixel-aligned updates provided by the BlitFramebuffer API.
395 DrawPixels and BlitFramebuffer). This behavior falls out of the
405 Note: It appears that BlitFramebuffer is not affected by
DNV_framebuffer_multisample.txt240 language for BlitFramebufferNV also apply to BlitFramebuffer:
242 (Add to the end of the section describing BlitFramebuffer)
256 (In the error list for BlitFramebuffer, modify the item "An
264 (In the error list for BlitFramebuffer, add to the list)
DNV_framebuffer_blit.txt267 and destination rectangles provided to BlitFramebuffer are not
385 language for BlitFramebufferNV also apply to BlitFramebuffer.
387 (Add to the end of the section describing BlitFramebuffer)
405 and destination rectangles provided to BlitFramebuffer are not
409 (In the error list for BlitFramebuffer, modify the item "An
417 (In the error list for BlitFramebuffer, modify the item "An
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtwindow.cc218 if (gl->BlitFramebuffer) { in afterRendering()
232 gl->BlitFramebuffer (0, 0, width, height, in afterRendering()
/third_party/openGLES/extensions/QCOM/
DQCOM_texture_foveated_subsampled_layout.txt292 3. How does this extension interact with BlitFramebuffer?
294 RESOLVED: Similar to ReadPixels, BlitFramebuffer will trigger a reconstruction
295 pass that will be followed by the normal BlitFramebuffer.
DQCOM_shader_framebuffer_fetch_noncoherent.txt92 including clears, blended or unblended primitives, and BlitFramebuffer copies.
/third_party/openGLES/extensions/INTEL/
DINTEL_blackhole_render.txt49 commands (Draw*, DispatchCompute*, BlitFramebuffer, etc...). Changes to the
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_blackhole_render.txt49 commands (Draw*, DispatchCompute*, BlitFramebuffer, etc...). Changes to the
/third_party/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.
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_shader_framebuffer_fetch_noncoherent.txt92 including clears, blended or unblended primitives, and BlitFramebuffer copies.

1234