/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse_extra.c | 212 state->option.DrawBuffers = 1; 239 state->option.DrawBuffers = 1;
|
program_parser.h | 206 unsigned DrawBuffers:1;
|
program_parse.y | [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse_extra.c | 212 state->option.DrawBuffers = 1; 239 state->option.DrawBuffers = 1;
|
program_parser.h | 206 unsigned DrawBuffers:1;
|
program_parse.y | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
buffers.c | 266 if (ctx->Driver.DrawBuffers) 267 ctx->Driver.DrawBuffers(ctx, 1, &buffer); 340 if (ctx->Driver.DrawBuffers) 341 ctx->Driver.DrawBuffers(ctx, n, buffers);
|
dd.h | 475 void (*DrawBuffers)( struct gl_context *ctx, GLsizei n, const GLenum *buffers ); [all...] |
/external/mesa3d/src/mesa/main/ |
buffers.c | 266 if (ctx->Driver.DrawBuffers) 267 ctx->Driver.DrawBuffers(ctx, 1, &buffer); 340 if (ctx->Driver.DrawBuffers) 341 ctx->Driver.DrawBuffers(ctx, n, buffers);
|
dd.h | 475 void (*DrawBuffers)( struct gl_context *ctx, GLsizei n, const GLenum *buffers ); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 106 GET_PROC(DrawBuffers);
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 85 GR_GL_GET_PROC(DrawBuffers);
|
/external/skia/src/gpu/gl/mac/ |
GrGLCreateNativeInterface_mac.cpp | 106 GET_PROC(DrawBuffers);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 85 GR_GL_GET_PROC(DrawBuffers);
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 85 GR_GL_GET_PROC(DrawBuffers);
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 158 WGL_SET_PROC(DrawBuffers);
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 85 GR_GL_GET_PROC(DrawBuffers);
|
/external/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 158 WGL_SET_PROC(DrawBuffers);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
driverfuncs.c | 129 driver->DrawBuffers = NULL;
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 129 driver->DrawBuffers = NULL;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 529 ctx->Driver.DrawBuffers = nouveau_draw_buffers;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_fbo.c | 805 functions->DrawBuffers = st_DrawBuffers;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 529 ctx->Driver.DrawBuffers = nouveau_draw_buffers;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_fbo.c | 805 functions->DrawBuffers = st_DrawBuffers;
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | [all...] |