Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c374 swrast_alloc_front_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, in swrast_alloc_front_storage() function
402 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height); in swrast_alloc_back_storage()
431 rb->AllocStorage = swrast_alloc_front_storage; in swrast_new_renderbuffer()
483 if (rb->AllocStorage == swrast_alloc_front_storage) { in swrast_map_renderbuffer()
525 if (rb->AllocStorage == swrast_alloc_front_storage) { in swrast_unmap_renderbuffer()