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 Ddraw_context.c71 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 Ddraw_context.c81 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