Searched refs:_NumColorDrawBuffers (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) {
H A Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) {
H A Di830_vtbl.c734 /* this updates the DrawBuffer->_NumColorDrawBuffers fields, etc */
756 || (fb->_NumColorDrawBuffers == 0)) {
760 else if (fb->_NumColorDrawBuffers > 1) {
764 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {
835 fb->_NumColorDrawBuffers);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) {
H A Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) {
H A Dbrw_wm_state.c52 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
H A Dgen6_cc.c42 int nr_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers;
46 * thread dispatch even if _NumColorDrawBuffers is 0 (for example
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) {
H A Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_span.c51 for (i = 0; i < fb->_NumColorDrawBuffers; i++)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) {
H A Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) {
H A Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) {
H A Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_span.c51 for (i = 0; i < fb->_NumColorDrawBuffers; i++)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbuffers.c419 fb->_NumColorDrawBuffers = count;
442 fb->_NumColorDrawBuffers = count;
446 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) {
H A Dframebuffer.c140 fb->_NumColorDrawBuffers = 1;
147 fb->_NumColorDrawBuffers = 1;
175 fb->_NumColorDrawBuffers = 1;
616 * framebuffer->_NumColorDrawBuffers indicates the number of buffers.
632 * Later, when we're rendering we'll loop from 0 to _NumColorDrawBuffers
640 /* set 0th buffer to NULL now in case _NumColorDrawBuffers is zero */
643 for (output = 0; output < fb->_NumColorDrawBuffers; output++) {
683 * _NumColorDrawBuffers
/external/mesa3d/src/mesa/main/
H A Dbuffers.c419 fb->_NumColorDrawBuffers = count;
442 fb->_NumColorDrawBuffers = count;
446 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) {
H A Dframebuffer.c140 fb->_NumColorDrawBuffers = 1;
147 fb->_NumColorDrawBuffers = 1;
175 fb->_NumColorDrawBuffers = 1;
616 * framebuffer->_NumColorDrawBuffers indicates the number of buffers.
632 * Later, when we're rendering we'll loop from 0 to _NumColorDrawBuffers
640 /* set 0th buffer to NULL now in case _NumColorDrawBuffers is zero */
643 for (output = 0; output < fb->_NumColorDrawBuffers; output++) {
683 * _NumColorDrawBuffers
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_clear.c180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) {
/external/mesa3d/src/mesa/swrast/
H A Ds_clear.c180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c119 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c119 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {

Completed in 1811 milliseconds

1234