Home
last modified time | relevance | path

Searched refs:colorDrawRb (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfbobject.c2838 const struct gl_renderbuffer *colorDrawRb) in compatible_resolve_formats() argument
2845 _mesa_get_srgb_format_linear(colorDrawRb->Format)) { in compatible_resolve_formats()
2860 drawFormat = get_nongeneric_internalformat(colorDrawRb->InternalFormat); in compatible_resolve_formats()
2887 const struct gl_renderbuffer *colorReadRb, *colorDrawRb; in _mesa_BlitFramebufferEXT() local
2943 colorDrawRb = drawFb->_ColorDrawBuffers[0]; in _mesa_BlitFramebufferEXT()
2951 if ((colorReadRb == NULL) || (colorDrawRb == NULL)) { in _mesa_BlitFramebufferEXT()
2952 colorReadRb = colorDrawRb = NULL; in _mesa_BlitFramebufferEXT()
2956 colorDrawRb->Format)) { in _mesa_BlitFramebufferEXT()
2963 colorReadRb = colorDrawRb = NULL; in _mesa_BlitFramebufferEXT()
3037 colorDrawRb && in _mesa_BlitFramebufferEXT()
[all …]