Home
last modified time | relevance | path

Searched refs:DrawBuffers (Results 1 – 17 of 17) 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.h211 unsigned DrawBuffers:1; member
Dprogram_parse.y1889 if (state->option.DrawBuffers)
1901 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()
585 if (ctx->Driver.DrawBuffers) in draw_buffers()
586 ctx->Driver.DrawBuffers(ctx, n, buffers); in draw_buffers()
Ddd.h533 void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers); member
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp130 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface()
508 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp130 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLInterface()
505 GET_PROC(DrawBuffers); in GrGLMakeAssembledGLESInterface()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c132 driver->DrawBuffers = NULL; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c522 ctx->Driver.DrawBuffers = nouveau_draw_buffers; in nouveau_state_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c874 functions->DrawBuffers = st_DrawBuffers; in st_init_fbo_functions()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h241 void DrawBuffers(GLsizei n, const GLenum *bufs);
Dentry_points.cpp1082 return gl::DrawBuffers(n, bufs); in glDrawBuffers()
DlibGLESv3.cpp887 void DrawBuffers(GLsizei n, const GLenum *bufs) in DrawBuffers() function
DlibGLESv2.cpp6391 FUNCTION(DrawBuffers), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1132 { "glDrawBuffers", _O(DrawBuffers) },
/external/mesa3d/include/GL/
Dgl_mangle.h490 #define glDrawBuffers MANGLE(DrawBuffers)