Searched refs:drawFormat (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blit.c | 130 GLenum readFormat, drawFormat; local in function:compatible_resolve_formats 152 drawFormat = _mesa_get_nongeneric_internalformat(drawRb->InternalFormat); 154 drawFormat = _mesa_get_linear_internalformat(drawFormat); 156 if (readFormat == drawFormat) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blit.c | 130 GLenum readFormat, drawFormat; local in function:compatible_resolve_formats 152 drawFormat = _mesa_get_nongeneric_internalformat(drawRb->InternalFormat); 154 drawFormat = _mesa_get_linear_internalformat(drawFormat); 156 if (readFormat == drawFormat) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 577 mesa_format drawFormat; local in function:blit_linear 587 drawFormat = _mesa_get_srgb_format_linear(drawRb->Format); 708 _mesa_pack_ubyte_rgba_row(drawFormat, dstWidth, dstBuffer, dst); 711 _mesa_pack_float_rgba_row(drawFormat, dstWidth, dstBuffer, dst);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 577 mesa_format drawFormat; local in function:blit_linear 587 drawFormat = _mesa_get_srgb_format_linear(drawRb->Format); 708 _mesa_pack_ubyte_rgba_row(drawFormat, dstWidth, dstBuffer, dst); 711 _mesa_pack_float_rgba_row(drawFormat, dstWidth, dstBuffer, dst);
|
Completed in 6 milliseconds