Searched refs:DrawBuffers (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_stereo.c79 __ogl_framework_api->DrawBuffers(n, buf);
120 __ogl_framework_api->DrawBuffers(outi, newbuf);
123 __ogl_framework_api->DrawBuffers(n, bufs);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_stereo.c79 __ogl_framework_api->DrawBuffers(n, buf);
120 __ogl_framework_api->DrawBuffers(outi, newbuf);
123 __ogl_framework_api->DrawBuffers(n, bufs);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parse_extra.c151 state->option.DrawBuffers = 1;
178 state->option.DrawBuffers = 1;
H A Dprogram_parser.h211 unsigned DrawBuffers:1; member in struct:asm_parser_state::__anonb6f2df5f0208
H A Dprogram_parse.y1892 if (state->option.DrawBuffers)
1904 if (!state->option.DrawBuffers) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parse_extra.c151 state->option.DrawBuffers = 1;
178 state->option.DrawBuffers = 1;
H A Dprogram_parser.h212 unsigned DrawBuffers:1; member in struct:asm_parser_state::__anon5e9a46920208
H A Dprogram_parse.y1913 if (state->option.DrawBuffers)
1925 if (!state->option.DrawBuffers) {
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_reqsize.c784 ALIAS(DeleteFramebuffers, DrawBuffers)
785 ALIAS(DeleteRenderbuffers, DrawBuffers)
H A Dindirect_dispatch.c4032 PFNGLDRAWBUFFERSPROC DrawBuffers = __glGetProcAddress("glDrawBuffers"); local in function:__glXDisp_DrawBuffers
4035 DrawBuffers(n, (const GLenum *) (pc + 4));
H A Dindirect_dispatch_swap.c4436 PFNGLDRAWBUFFERSPROC DrawBuffers = __glGetProcAddress("glDrawBuffers"); local in function:__glXDispSwap_DrawBuffers
4439 DrawBuffers(n, (const GLenum *) bswap_32_array((uint32_t *) (pc + 4), 0));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.4.rst268 - mesa: fix error handling in DrawBuffers
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c4104 if (state->option.DrawBuffers)
4120 if (!state->option.DrawBuffers) {
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1132 { "glDrawBuffers", _O(DrawBuffers) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1132 { "glDrawBuffers", _O(DrawBuffers) },
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c4373 if (state->option.DrawBuffers)
4389 if (!state->option.DrawBuffers) {
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h490 #define glDrawBuffers MANGLE(DrawBuffers)
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dglapi_mapi_tmp.h633 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs);
5611 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs)
12235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffers))"\n"
12239 ".set "GLAPI_PREFIX_STR(DrawBuffersARB)", "GLAPI_PREFIX_STR(DrawBuffers)"\n"
12242 ".set "GLAPI_PREFIX_STR(DrawBuffersATI)", "GLAPI_PREFIX_STR(DrawBuffers)"\n"
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dglapi_mapi_tmp.h632 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs);
5610 GLAPI void APIENTRY GLAPI_PREFIX(DrawBuffers)(GLsizei n, const GLenum *bufs)
12234 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffers))"\n"
12238 ".set "GLAPI_PREFIX_STR(DrawBuffersARB)", "GLAPI_PREFIX_STR(DrawBuffers)"\n"
12241 ".set "GLAPI_PREFIX_STR(DrawBuffersATI)", "GLAPI_PREFIX_STR(DrawBuffers)"\n"
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec5788 DrawBuffers(n, bufs)
10556 alias DrawBuffers
23103 alias DrawBuffers

Completed in 127 milliseconds