Searched refs:draw_create_context (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 71 draw_create_context(struct pipe_context *pipe, void *context, function in typeref:struct:draw_context * 111 return draw_create_context(pipe, NULL, TRUE); 120 return draw_create_context(pipe, context, TRUE); 130 return draw_create_context(pipe, NULL, FALSE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_context.c | 81 draw_create_context(struct pipe_context *pipe, void *context, function in typeref:struct:draw_context * 122 return draw_create_context(pipe, NULL, TRUE); 131 return draw_create_context(pipe, context, TRUE); 141 return draw_create_context(pipe, NULL, FALSE);
|
Completed in 5 milliseconds