Searched refs:readFormat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c516 gl_format readFormat = _mesa_get_srgb_format_linear(readRb->Format); local
518 GLuint bpp = _mesa_get_format_bytes(readFormat);
527 if (_mesa_get_format_max_bits(readFormat) == 8 &&
528 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) {
644 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
648 _mesa_unpack_rgba_row(readFormat, srcWidth,
661 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
663 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
667 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0);
668 _mesa_unpack_rgba_row(readFormat, srcWidt
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c516 gl_format readFormat = _mesa_get_srgb_format_linear(readRb->Format); local
518 GLuint bpp = _mesa_get_format_bytes(readFormat);
527 if (_mesa_get_format_max_bits(readFormat) == 8 &&
528 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) {
644 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
648 _mesa_unpack_rgba_row(readFormat, srcWidth,
661 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
663 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
667 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0);
668 _mesa_unpack_rgba_row(readFormat, srcWidt
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c2840 GLenum readFormat, drawFormat; local
2859 readFormat = get_nongeneric_internalformat(colorReadRb->InternalFormat);
2861 readFormat = get_linear_internalformat(readFormat);
2864 if (readFormat == drawFormat) {
/external/mesa3d/src/mesa/main/
H A Dfbobject.c2840 GLenum readFormat, drawFormat; local
2859 readFormat = get_nongeneric_internalformat(colorReadRb->InternalFormat);
2861 readFormat = get_linear_internalformat(readFormat);
2864 if (readFormat == drawFormat) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1603 enum pipe_format readFormat, drawFormat; local
1604 readFormat = util_format_linear(rbRead->texture->format);
1607 readFormat, buf);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1603 enum pipe_format readFormat, drawFormat; local
1604 readFormat = util_format_linear(rbRead->texture->format);
1607 readFormat, buf);

Completed in 146 milliseconds