Lines Matching refs:GLubyte
70 nonlinear_to_linear(GLubyte cs8) in nonlinear_to_linear()
92 typedef void (*dxtFetchTexelFuncExt)( GLint srcRowstride, GLubyte *pixdata, GLint col, GLint row, G…
100 GLint height, const GLubyte *srcPixData,
101 GLenum destformat, GLubyte *dest,
166 const GLubyte *pixels; in _mesa_texstore_rgb_dxt1()
167 GLubyte *dst; in _mesa_texstore_rgb_dxt1()
168 const GLubyte *tempImage = NULL; in _mesa_texstore_rgb_dxt1()
219 const GLubyte *pixels; in _mesa_texstore_rgba_dxt1()
220 GLubyte *dst; in _mesa_texstore_rgba_dxt1()
221 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt1()
272 const GLubyte *pixels; in _mesa_texstore_rgba_dxt3()
273 GLubyte *dst; in _mesa_texstore_rgba_dxt3()
274 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt3()
324 const GLubyte *pixels; in _mesa_texstore_rgba_dxt5()
325 GLubyte *dst; in _mesa_texstore_rgba_dxt5()
326 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt5()
372 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgb_dxt1()
390 GLubyte rgba[4]; in _mesa_fetch_texel_rgb_dxt1()
401 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgba_dxt1()
419 GLubyte rgba[4]; in _mesa_fetch_texel_rgba_dxt1()
430 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgba_dxt3()
448 GLubyte rgba[4]; in _mesa_fetch_texel_rgba_dxt3()
459 GLint i, GLint j, GLint k, GLubyte *texel) in fetch_texel_2d_rgba_dxt5()
477 GLubyte rgba[4]; in _mesa_fetch_texel_rgba_dxt5()
491 GLubyte rgba[4]; in _mesa_fetch_texel_srgb_dxt1()
504 GLubyte rgba[4]; in _mesa_fetch_texel_srgba_dxt1()
517 GLubyte rgba[4]; in _mesa_fetch_texel_srgba_dxt3()
530 GLubyte rgba[4]; in _mesa_fetch_texel_srgba_dxt5()