OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dstfb
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_copypix.c
449
struct gl_framebuffer *
dstFb
= ctx->DrawBuffer;
457
if (
dstFb
->_NumColorDrawBuffers != 1)
460
dstRb =
dstFb
->_ColorDrawBuffers[0];
464
dstRb =
dstFb
->Attachment[BUFFER_STENCIL].Renderbuffer;
468
dstRb =
dstFb
->Attachment[BUFFER_DEPTH].Renderbuffer;
474
dstRb =
dstFb
->Attachment[BUFFER_DEPTH].Renderbuffer;
491
dstRb !=
dstFb
->Attachment[BUFFER_STENCIL].Renderbuffer)
498
dstX <
dstFb
->_Xmin || dstX + width >
dstFb
->_Xmax ||
499
dstY <
dstFb
->_Ymin || dstY + height > dstFb->_Ymax)
[
all
...]
Completed in 42 milliseconds