HomeSort by relevance Sort by last modified time
    Searched refs:swrast_alloc_front_storage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 284 swrast_alloc_front_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, function
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
341 rb->AllocStorage = swrast_alloc_front_storage;
392 if (rb->AllocStorage == swrast_alloc_front_storage) {
434 if (rb->AllocStorage == swrast_alloc_front_storage) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 284 swrast_alloc_front_storage(struct gl_context *ctx, struct gl_renderbuffer *rb, function
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
341 rb->AllocStorage = swrast_alloc_front_storage;
392 if (rb->AllocStorage == swrast_alloc_front_storage) {
434 if (rb->AllocStorage == swrast_alloc_front_storage) {

Completed in 46 milliseconds