Searched refs:rbFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.c327 const gl_format rbFormat = _mesa_get_srgb_format_linear(rb->Format); local
332 GLboolean dst_is_uint = _mesa_is_format_unsigned(rbFormat);
351 _mesa_unpack_uint_rgba_row(rbFormat, width, map, (GLuint (*)[4]) rgba);
362 _mesa_unpack_rgba_row(rbFormat, width, map, (GLfloat (*)[4]) rgba);
/external/mesa3d/src/mesa/main/
H A Dreadpix.c327 const gl_format rbFormat = _mesa_get_srgb_format_linear(rb->Format); local
332 GLboolean dst_is_uint = _mesa_is_format_unsigned(rbFormat);
351 _mesa_unpack_uint_rgba_row(rbFormat, width, map, (GLuint (*)[4]) rgba);
362 _mesa_unpack_rgba_row(rbFormat, width, map, (GLfloat (*)[4]) rgba);

Completed in 118 milliseconds