Home
last modified time | relevance | path

Searched refs:DrawBuffers (Results 1 – 25 of 63) sorted by relevance

123

/third_party/mesa3d/src/glx/apple/
Dapple_xgl_api_stereo.c79 __ogl_framework_api->DrawBuffers(n, buf); in __applegl_glDrawBuffer()
120 __ogl_framework_api->DrawBuffers(outi, newbuf); in __applegl_glDrawBuffers()
123 __ogl_framework_api->DrawBuffers(n, bufs); in __applegl_glDrawBuffers()
/third_party/mesa3d/src/mesa/program/
Dprogram_parse_extra.c151 state->option.DrawBuffers = 1; in _mesa_ARBfp_parse_option()
178 state->option.DrawBuffers = 1; in _mesa_ARBfp_parse_option()
Dprogram_parser.h212 unsigned DrawBuffers:1; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h155 GST_GL_EXT_FUNCTION (void, DrawBuffers,
/third_party/openGLES/extensions/EXT/
DWGL_EXT_multisample.txt357 If the DrawBuffers mode is NONE, no change is made to any multisample
393 enabled, based on the DrawBuffers mode. The method of combination is
404 the color values of the buffers enabled by DrawBuffers.
410 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode is
416 the DrawBuffers mode is not NONE, then the multisample depth buffer
418 is specified, and if the DrawBuffers mode is not NONE, then the
DEXT_draw_buffers2.txt349 based on DrawBuffers() (specifying an array of write masks at
352 RESOLVED: No. There are two ways to mimic the DrawBuffers()
DEXT_shader_pixel_local_storage.txt427 DrawBuffers while pixel local storage is enabled.
488 bound draw framebuffer, change color buffer selection via DrawBuffers, or
811 Disallowed changing buffer selection DrawBuffers while pixel local
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_multisample.txt325 If the DrawBuffers mode is NONE, no change is made to any
364 currently enabled, based on the DrawBuffers mode. The method of
376 DrawBuffers.
382 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode
389 the DrawBuffers mode is not NONE, then the multisample depth buffer
391 is specified, and if the DrawBuffers mode is not NONE, then the
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_multisample.txt357 If the DrawBuffers mode is NONE, no change is made to any multisample
393 enabled, based on the DrawBuffers mode. The method of combination is
404 the color values of the buffers enabled by DrawBuffers.
410 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode is
416 the DrawBuffers mode is not NONE, then the multisample depth buffer
418 is specified, and if the DrawBuffers mode is not NONE, then the
DEXT_draw_buffers2.txt349 based on DrawBuffers() (specifying an array of write masks at
352 RESOLVED: No. There are two ways to mimic the DrawBuffers()
/third_party/openGLES/extensions/3DFX/
D3DFX_multisample.txt325 If the DrawBuffers mode is NONE, no change is made to any
364 currently enabled, based on the DrawBuffers mode. The method of
376 DrawBuffers.
382 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode
389 the DrawBuffers mode is not NONE, then the multisample depth buffer
391 is specified, and if the DrawBuffers mode is not NONE, then the
/third_party/openGLES/extensions/SGIS/
DSGIS_multisample.txt354 If the DrawBuffers mode is NONE, no change is made to any multisample
390 enabled, based on the DrawBuffers mode. The method of combination is
401 the color values of the buffers enabled by DrawBuffers.
407 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode is
413 the DrawBuffers mode is not NONE, then the multisample depth buffer
415 is specified, and if the DrawBuffers mode is not NONE, then the
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_multisample.txt354 If the DrawBuffers mode is NONE, no change is made to any multisample
390 enabled, based on the DrawBuffers mode. The method of combination is
401 the color values of the buffers enabled by DrawBuffers.
407 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode is
413 the DrawBuffers mode is not NONE, then the multisample depth buffer
415 is specified, and if the DrawBuffers mode is not NONE, then the
/third_party/openGLES/extensions/NV/
DNV_draw_buffers.txt183 gl_FragData, DrawBuffers specifies a set of draw buffers into which
236 user-defined varying out variable, DrawBuffers specifies a set of draw
270 OpenGL ES 3.0 and Desktop GL 4.3 consider this legal, and the DrawBuffers
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_buffers.txt183 gl_FragData, DrawBuffers specifies a set of draw buffers into which
236 user-defined varying out variable, DrawBuffers specifies a set of draw
270 OpenGL ES 3.0 and Desktop GL 4.3 consider this legal, and the DrawBuffers
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DMultiviewPerf.cpp271 GLenum DrawBuffers[1] = {GL_COLOR_ATTACHMENT0}; in initializeBenchmark() local
272 glDrawBuffers(1, DrawBuffers); in initializeBenchmark()
/third_party/openGLES/extensions/ARB/
DARB_multisample.txt400 If the DrawBuffers mode is NONE, no change is made to any
439 currently enabled, based on the DrawBuffers mode. An
455 DrawBuffers.
462 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode
469 if the DrawBuffers mode is not NONE, then the multisample depth
471 STENCIL_BUFFER_BIT is specified, and if the DrawBuffers mode is
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_multisample.txt390 If the DrawBuffers mode is NONE, no change is made to any
429 currently enabled, based on the DrawBuffers mode. An
445 DrawBuffers.
452 COLOR_BUFFER_BIT and the DrawBuffers mode. If the DrawBuffers mode
459 if the DrawBuffers mode is not NONE, then the multisample depth
461 STENCIL_BUFFER_BIT is specified, and if the DrawBuffers mode is
/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp183 GET_PROC(DrawBuffers); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp210 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp224 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c699 if (!gl->BlitFramebuffer || (!gl->DrawBuffer && !gl->DrawBuffers) in gst_gl_memory_copy_teximage()
754 if (gl->DrawBuffers) in gst_gl_memory_copy_teximage()
755 gl->DrawBuffers (1, multipleRT); in gst_gl_memory_copy_teximage()
Dgstglcolorconvert.c1028 if (!output || (!context || context->gl_vtable->DrawBuffers)) in _init_supported_formats()
2556 if (info->out_n_textures > 1 && !gl->DrawBuffers) { in _init_convert()
3032 if (gl->DrawBuffers) in _do_convert_draw()
3033 gl->DrawBuffers (c_info->out_n_textures, multipleRT); in _do_convert_draw()
Dgstglviewconvert.c1681 if (!gl->DrawBuffers) { in _init_view_convert()
1912 if (gl->DrawBuffers) in _do_view_convert_draw()
1913 gl->DrawBuffers (out_views, multipleRT); in _do_view_convert_draw()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp379 gl.DrawBuffers(1, &attachment); in ClearTexture()

123