Searched defs:radeon_bits_per_pixel (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.c291 radeon_bits_per_pixel(const struct radeon_renderbuffer *rb) function
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
398 attachments[i++] = radeon_bits_per_pixel(stencil_rb);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c291 radeon_bits_per_pixel(const struct radeon_renderbuffer *rb) function
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
398 attachments[i++] = radeon_bits_per_pixel(stencil_rb);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c291 radeon_bits_per_pixel(const struct radeon_renderbuffer *rb) function
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
398 attachments[i++] = radeon_bits_per_pixel(stencil_rb);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c291 radeon_bits_per_pixel(const struct radeon_renderbuffer *rb) function
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
398 attachments[i++] = radeon_bits_per_pixel(stencil_rb);

Completed in 231 milliseconds