Home | History | Annotate | Download | only in main

Lines Matching refs:readFb

2886    const struct gl_framebuffer *readFb, *drawFb;
2904 readFb = ctx->ReadBuffer;
2907 if (!readFb || !drawFb) {
2916 readFb->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) {
2942 colorReadRb = readFb->_ColorReadBuffer;
2968 readFb->Attachment[BUFFER_STENCIL].Renderbuffer;
2994 readFb->Attachment[BUFFER_DEPTH].Renderbuffer;
3017 if (readFb->Visual.samples > 0 &&
3019 readFb->Visual.samples != drawFb->Visual.samples) {
3026 if (readFb->Visual.samples > 0 || drawFb->Visual.samples > 0) {
3073 att = find_attachment(readFb, colorReadRb);
3075 readFb->Name, colorReadRb->Name,