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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast.c371 swrast_alloc_front_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, function in typeref:typename:GLboolean
399 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
428 rb->AllocStorage = swrast_alloc_front_storage;
484 if (rb->AllocStorage == swrast_alloc_front_storage) {
526 if (rb->AllocStorage == swrast_alloc_front_storage) {

Completed in 2 milliseconds