HomeSort by relevance Sort by last modified time
    Searched refs:_NumColorDrawBuffers (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_buffers.c 75 if (fb->_NumColorDrawBuffers > 0) {
intel_pixel_copy.c 99 if (fb->_NumColorDrawBuffers != 1) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_span.c 51 for (i = 0; i < fb->_NumColorDrawBuffers; i++)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffers.c 75 if (fb->_NumColorDrawBuffers > 0) {
intel_pixel_copy.c 99 if (fb->_NumColorDrawBuffers != 1) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 51 for (i = 0; i < fb->_NumColorDrawBuffers; i++)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
buffers.c 419 fb->_NumColorDrawBuffers = count;
442 fb->_NumColorDrawBuffers = count;
446 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) {
framebuffer.c 140 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/
buffers.c 419 fb->_NumColorDrawBuffers = count;
442 fb->_NumColorDrawBuffers = count;
446 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) {
framebuffer.c 140 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/
s_clear.c 180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) {
s_fragprog.c 240 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
s_drawpix.c 205 if (ctx->DrawBuffer->_NumColorDrawBuffers > 1 ||
434 if (ctx->DrawBuffer->_NumColorDrawBuffers > 0) {
s_renderbuffer.c 663 for (buf = 0; buf < fb->_NumColorDrawBuffers; buf++) {
692 for (buf = 0; buf < fb->_NumColorDrawBuffers; buf++) {
  /external/mesa3d/src/mesa/swrast/
s_clear.c 180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) {
s_fragprog.c 240 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
s_drawpix.c 205 if (ctx->DrawBuffer->_NumColorDrawBuffers > 1 ||
434 if (ctx->DrawBuffer->_NumColorDrawBuffers > 0) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_framebuffer.c 119 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 119 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c 734 /* 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/
brw_wm_state.c 52 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
gen6_cc.c 42 int nr_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers;
46 * thread dispatch even if _NumColorDrawBuffers is 0 (for example
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 734 /* 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/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 52 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
gen6_cc.c 42 int nr_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers;
46 * thread dispatch even if _NumColorDrawBuffers is 0 (for example

Completed in 1169 milliseconds

1 2 3