Home
last modified time | relevance | path

Searched refs:DrawBuffers (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/glx/apple/
H A 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/
H A Dprogram_parse_extra.c151 state->option.DrawBuffers = 1; in _mesa_ARBfp_parse_option()
178 state->option.DrawBuffers = 1; in _mesa_ARBfp_parse_option()
H A Dprogram_parser.h212 unsigned DrawBuffers:1; member
H A Dprogram_parse.y1908 if (state->option.DrawBuffers)
1920 if (!state->option.DrawBuffers) {
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMultiviewPerf.cpp271 GLenum DrawBuffers[1] = {GL_COLOR_ATTACHMENT0}; in initializeBenchmark() local
272 glDrawBuffers(1, DrawBuffers); in initializeBenchmark()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp183 GET_PROC(DrawBuffers); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp210 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp224 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DTextureGL.cpp379 gl.DrawBuffers(1, &attachment); in ClearTexture()
H A DCommandBufferGL.cpp1015 gl.DrawBuffers(static_cast<uint8_t>(attachmentCount), drawBuffers.data()); in ExecuteRenderPass()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp4701 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 Dcheck_table.cpp1132 { "glDrawBuffers", _O(DrawBuffers) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.h241 void GL_APIENTRY DrawBuffers(GLsizei n, const GLenum *bufs);
H A Dentry_points.cpp1082 return gl::DrawBuffers(n, bufs); in glDrawBuffers()
H A DlibGLESv3.cpp889 void GL_APIENTRY DrawBuffers(GLsizei n, const GLenum *bufs) in DrawBuffers() function
H A DlibGLESv2.cpp6351 FUNCTION(DrawBuffers), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp310 ANGLE_CAPTURE(DrawBuffers, isCallValid, context, n, bufs); in GL_DrawBuffers()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp714 ANGLE_CAPTURE(DrawBuffers, isCallValid, context, n, bufs); in GL_DrawBuffers()

Completed in 46 milliseconds