Searched defs:depth_rb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c369 struct radeon_renderbuffer *depth_rb; local
387 depth_rb = radeon_get_renderbuffer(&draw->base, BUFFER_DEPTH);
390 if ((depth_rb != NULL) && (stencil_rb != NULL)) {
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
393 } else if (depth_rb != NULL) {
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c369 struct radeon_renderbuffer *depth_rb; local
387 depth_rb = radeon_get_renderbuffer(&draw->base, BUFFER_DEPTH);
390 if ((depth_rb != NULL) && (stencil_rb != NULL)) {
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
393 } else if (depth_rb != NULL) {
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c369 struct radeon_renderbuffer *depth_rb; local
387 depth_rb = radeon_get_renderbuffer(&draw->base, BUFFER_DEPTH);
390 if ((depth_rb != NULL) && (stencil_rb != NULL)) {
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
393 } else if (depth_rb != NULL) {
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c369 struct radeon_renderbuffer *depth_rb; local
387 depth_rb = radeon_get_renderbuffer(&draw->base, BUFFER_DEPTH);
390 if ((depth_rb != NULL) && (stencil_rb != NULL)) {
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
393 } else if (depth_rb != NULL) {
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);

Completed in 132 milliseconds