Home
last modified time | relevance | path

Searched refs:DrawBuffers (Results 1 – 25 of 57) 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/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/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/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.txt426 DrawBuffers while pixel local storage is enabled.
487 bound draw framebuffer, change color buffer selection via DrawBuffers, or
805 Disallowed changing buffer selection DrawBuffers while pixel local
/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/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/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/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/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
DARB_framebuffer_object.txt1302 DrawBuffer or DrawBuffers. The command
1369 void DrawBuffers( sizei n, const enum *bufs );
1396 Table 11.nnn: Arguments to DrawBuffers, when the context is bound
1421 If fixed-function fragment shading is being performed, DrawBuffers
1425 If a fragment shader writes to "gl_FragColor", DrawBuffers specifies
1428 "gl_FragData", DrawBuffers specifies a set of draw buffers into which
1438 DrawBuffers, and will result in the error INVALID_OPERATION. This
1443 DrawBuffers is supplied with a constant (other than NONE) that does
1448 DrawBuffers is supplied with a constant from table 11.nnn, or
1452 Indicating a buffer or buffers using DrawBuffer or DrawBuffers
[all …]
/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/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/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp379 gl.DrawBuffers(1, &attachment); in ClearTexture()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp4701 TEST_P(WebGLCompatibilityTest, DrawBuffers) in TEST_P() argument
4755 auto DrawBuffers = [](bool useEXT, int numBuffers, GLenum *buffers) { in TEST_P() local
4806 DrawBuffers(useEXT, 4, allDrawBuffers); in TEST_P()
4855 DrawBuffers(useEXT, 4, allDrawBuffers); in TEST_P()
4881 DrawBuffers(useEXT, 4, halfDrawBuffers); in TEST_P()
/third_party/mesa3d/docs/relnotes/
D12.0.4.rst268 - mesa: fix error handling in DrawBuffers

123