Searched refs:DrawBuffers (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/glx/apple/ |
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()
|
/external/mesa3d/src/mesa/program/ |
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()
|
D | program_parser.h | 211 unsigned DrawBuffers:1; member
|
D | program_parse.y | 1889 if (state->option.DrawBuffers) 1901 if (!state->option.DrawBuffers) {
|
/external/mesa3d/src/mesa/main/ |
D | buffers.c | 306 if (ctx->Driver.DrawBuffers) in draw_buffer() 307 ctx->Driver.DrawBuffers(ctx, 1, &buffer); in draw_buffer() 585 if (ctx->Driver.DrawBuffers) in draw_buffers() 586 ctx->Driver.DrawBuffers(ctx, n, buffers); in draw_buffers()
|
D | dd.h | 533 void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers); member
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 130 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface() 508 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 130 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface() 505 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 132 driver->DrawBuffers = NULL; in _mesa_init_driver_functions()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 522 ctx->Driver.DrawBuffers = nouveau_draw_buffers; in nouveau_state_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 874 functions->DrawBuffers = st_DrawBuffers; in st_init_fbo_functions()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 241 void DrawBuffers(GLsizei n, const GLenum *bufs);
|
D | entry_points.cpp | 1082 return gl::DrawBuffers(n, bufs); in glDrawBuffers()
|
D | libGLESv3.cpp | 887 void DrawBuffers(GLsizei n, const GLenum *bufs) in DrawBuffers() function
|
D | libGLESv2.cpp | 6391 FUNCTION(DrawBuffers), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1132 { "glDrawBuffers", _O(DrawBuffers) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 490 #define glDrawBuffers MANGLE(DrawBuffers)
|