Home
last modified time | relevance | path

Searched refs:DrawBuffers (Results 1 – 12 of 12) sorted by relevance

/external/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()
/external/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.h209 unsigned DrawBuffers:1; member
Dprogram_parse.y1895 if (state->option.DrawBuffers)
1907 if (!state->option.DrawBuffers) {
/external/mesa3d/src/mesa/main/
Dbuffers.c306 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()
Ddd.h561 void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers); member
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c133 driver->DrawBuffers = NULL; in _mesa_init_driver_functions()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp130 GET_PROC(DrawBuffers); in GrGLAssembleGLInterface()
620 GET_PROC(DrawBuffers); in GrGLAssembleGLESInterface()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c518 ctx->Driver.DrawBuffers = nouveau_draw_buffers; in nouveau_state_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c847 functions->DrawBuffers = st_DrawBuffers; in st_init_fbo_functions()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1134 { "glDrawBuffers", _O(DrawBuffers) },
/external/mesa3d/include/GL/
Dgl_mangle.h490 #define glDrawBuffers MANGLE(DrawBuffers)