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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 154 struct gl_framebuffer *readFB = ctx->ReadBuffer;
170 if (st_fb_orientation(readFB) == Y_0_TOP) {
172 srcY0 = readFB->Height - srcY0;
173 srcY1 = readFB->Height - srcY1;
181 if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers &&
182 readFB->Visual.samples > 1) {
229 &readFB->Attachment[readFB->_ColorReadBufferIndex];
249 st_renderbuffer(readFB->_ColorReadBuffer);
269 &readFB->Attachment[BUFFER_DEPTH]
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 154 struct gl_framebuffer *readFB = ctx->ReadBuffer;
170 if (st_fb_orientation(readFB) == Y_0_TOP) {
172 srcY0 = readFB->Height - srcY0;
173 srcY1 = readFB->Height - srcY1;
181 if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers &&
182 readFB->Visual.samples > 1) {
229 &readFB->Attachment[readFB->_ColorReadBufferIndex];
249 st_renderbuffer(readFB->_ColorReadBuffer);
269 &readFB->Attachment[BUFFER_DEPTH]
    [all...]

Completed in 483 milliseconds