Searched refs:DrawBufferAllocate (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dbuffers.c325 if (ctx->Driver.DrawBufferAllocate)
326 ctx->Driver.DrawBufferAllocate(ctx);
615 if (ctx->Driver.DrawBufferAllocate)
616 ctx->Driver.DrawBufferAllocate(ctx);
H A Dframebuffer.c633 if (ctx->Driver.DrawBufferAllocate)
634 ctx->Driver.DrawBufferAllocate(ctx);
H A Ddd.h617 void (*DrawBufferAllocate)(struct gl_context *ctx); member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dbuffers.c320 if (ctx->Driver.DrawBufferAllocate)
321 ctx->Driver.DrawBufferAllocate(ctx);
629 if (ctx->Driver.DrawBufferAllocate)
630 ctx->Driver.DrawBufferAllocate(ctx);
H A Dframebuffer.c614 if (ctx->Driver.DrawBufferAllocate)
615 ctx->Driver.DrawBufferAllocate(ctx);
H A Ddd.h706 void (*DrawBufferAllocate)(struct gl_context *ctx); member in struct:dd_function_table
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c975 functions->DrawBufferAllocate = st_DrawBufferAllocate;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c1004 functions->DrawBufferAllocate = st_DrawBufferAllocate;
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json10741 "description": "mesa/st: move DrawBufferAllocate into mesa.",
[all...]

Completed in 133 milliseconds