Searched refs:CALL_Begin (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_save_loopback.c | 115 CALL_Begin(ctx->Exec, (prim->mode));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_save_loopback.c | 115 CALL_Begin(GET_DISPATCH(), (prim->mode));
|
| H A D | vbo_exec_api.c | 786 CALL_Begin(ctx->Exec, (mode));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | draw.c | 392 CALL_Begin(GET_DISPATCH(), (GL_QUADS)); 429 CALL_Begin(GET_DISPATCH(), (prim)); 466 CALL_Begin(GET_DISPATCH(), (GL_POINTS)); 476 CALL_Begin(GET_DISPATCH(), (GL_LINE_STRIP)); 483 CALL_Begin(GET_DISPATCH(), (GL_LINE_STRIP)); 492 CALL_Begin(GET_DISPATCH(), (GL_TRIANGLE_STRIP));
|
| H A D | dlist.c | 10540 CALL_Begin(ctx->Exec, (n[1].e));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | draw.c | 1336 CALL_Begin(ctx->CurrentServerDispatch, (GL_QUADS)); 1419 CALL_Begin(ctx->CurrentServerDispatch, (prim)); 1460 CALL_Begin(ctx->CurrentServerDispatch, (GL_POINTS)); 1472 CALL_Begin(ctx->CurrentServerDispatch, (GL_LINE_STRIP)); 1481 CALL_Begin(ctx->CurrentServerDispatch, (GL_LINE_STRIP)); 1492 CALL_Begin(ctx->CurrentServerDispatch, (GL_TRIANGLE_STRIP));
|
| H A D | dlist.c | 12782 CALL_Begin(ctx->Exec, (n[1].e));
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | indirect_dispatch_swap.c | 251 CALL_Begin( GET_DISPATCH(), (
|
| H A D | indirect_dispatch.c | 154 CALL_Begin( GET_DISPATCH(), (
|
| H A D | dispatch.h | 81 #define CALL_Begin(disp, parameters) (*((disp)->Begin)) parameters macro
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated1.c | 217 CALL_Begin(ctx->CurrentServerDispatch, (mode));
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 2579 #define CALL_Begin(disp, parameters) \ macro
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 3052 #define CALL_Begin(disp, parameters) \ macro [all...] |
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | marshal_generated.c | 248 CALL_Begin(ctx->CurrentServerDispatch, (mode)); 266 CALL_Begin(ctx->CurrentServerDispatch, (mode)); [all...] |
Completed in 269 milliseconds