Searched refs:DrawBuffers (Results 1 – 12 of 12) 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 | 209 unsigned DrawBuffers:1; member
|
D | program_parse.y | 1895 if (state->option.DrawBuffers) 1907 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() 538 if (ctx->Driver.DrawBuffers) in draw_buffers() 539 ctx->Driver.DrawBuffers(ctx, n, buffers); in draw_buffers()
|
D | dd.h | 561 void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers); member
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 133 driver->DrawBuffers = NULL; in _mesa_init_driver_functions()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 130 GET_PROC(DrawBuffers); in GrGLAssembleGLInterface() 620 GET_PROC(DrawBuffers); in GrGLAssembleGLESInterface()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 518 ctx->Driver.DrawBuffers = nouveau_draw_buffers; in nouveau_state_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 847 functions->DrawBuffers = st_DrawBuffers; in st_init_fbo_functions()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1134 { "glDrawBuffers", _O(DrawBuffers) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 490 #define glDrawBuffers MANGLE(DrawBuffers)
|