Home | History | Annotate | Download | only in main

Lines Matching full:readrb

2967       struct gl_renderbuffer *readRb =
2978 if ((readRb == NULL) || (drawRb == NULL)) {
2981 else if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) !=
2993 struct gl_renderbuffer *readRb =
3004 if ((readRb == NULL) || (drawRb == NULL)) {
3007 else if ((_mesa_get_format_bits(readRb->Format, GL_DEPTH_BITS) !=
3009 (_mesa_get_format_datatype(readRb->Format) !=