/third_party/mesa3d/src/glx/apple/ |
H A D | apple_xgl_api_stereo.c | 79 __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/ |
H A D | program_parse_extra.c | 151 state->option.DrawBuffers = 1; in _mesa_ARBfp_parse_option() 178 state->option.DrawBuffers = 1; in _mesa_ARBfp_parse_option()
|
H A D | program_parser.h | 212 unsigned DrawBuffers:1; member
|
H A D | program_parse.y | 1908 if (state->option.DrawBuffers) 1920 if (!state->option.DrawBuffers) {
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | MultiviewPerf.cpp | 271 GLenum DrawBuffers[1] = {GL_COLOR_ATTACHMENT0}; in initializeBenchmark() local 272 glDrawBuffers(1, DrawBuffers); in initializeBenchmark()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 183 GET_PROC(DrawBuffers); in GrGLMakeAssembledWebGLInterface()
|
H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 210 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
|
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 224 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | TextureGL.cpp | 379 gl.DrawBuffers(1, &attachment); in ClearTexture()
|
H A D | CommandBufferGL.cpp | 1015 gl.DrawBuffers(static_cast<uint8_t>(attachmentCount), drawBuffers.data()); in ExecuteRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | WebGLCompatibilityTest.cpp | 4701 TEST_P(WebGLCompatibilityTest, DrawBuffers) in TEST_P() 4755 auto DrawBuffers = [](bool useEXT, int numBuffers, GLenum *buffers) { in TEST_P() 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/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 1132 { "glDrawBuffers", _O(DrawBuffers) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.h | 241 void GL_APIENTRY DrawBuffers(GLsizei n, const GLenum *bufs);
|
H A D | entry_points.cpp | 1082 return gl::DrawBuffers(n, bufs); in glDrawBuffers()
|
H A D | libGLESv3.cpp | 889 void GL_APIENTRY DrawBuffers(GLsizei n, const GLenum *bufs) in DrawBuffers() function
|
H A D | libGLESv2.cpp | 6351 FUNCTION(DrawBuffers), in es2GetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_2_autogen.cpp | 310 ANGLE_CAPTURE(DrawBuffers, isCallValid, context, n, bufs); in GL_DrawBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 714 ANGLE_CAPTURE(DrawBuffers, isCallValid, context, n, bufs); in GL_DrawBuffers()
|