Lines Matching refs:GLubyte
38 fetch_bptc_rgb_float(const GLubyte *map, in fetch_bptc_rgb_float()
43 const GLubyte *block; in fetch_bptc_rgb_float()
51 fetch_bptc_rgb_signed_float(const GLubyte *map, in fetch_bptc_rgb_signed_float()
59 fetch_bptc_rgb_unsigned_float(const GLubyte *map, in fetch_bptc_rgb_unsigned_float()
67 fetch_bptc_rgba_unorm_bytes(const GLubyte *map, in fetch_bptc_rgba_unorm_bytes()
69 GLubyte *texel) in fetch_bptc_rgba_unorm_bytes()
71 const GLubyte *block; in fetch_bptc_rgba_unorm_bytes()
79 fetch_bptc_rgba_unorm(const GLubyte *map, in fetch_bptc_rgba_unorm()
83 GLubyte texel_bytes[4]; in fetch_bptc_rgba_unorm()
94 fetch_bptc_srgb_alpha_unorm(const GLubyte *map, in fetch_bptc_srgb_alpha_unorm()
98 GLubyte texel_bytes[4]; in fetch_bptc_srgb_alpha_unorm()
128 const GLubyte *pixels; in _mesa_texstore_bptc_rgba_unorm()
129 const GLubyte *tempImage = NULL; in _mesa_texstore_bptc_rgba_unorm()
137 GLubyte *tempImageSlices[1]; in _mesa_texstore_bptc_rgba_unorm()
138 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); in _mesa_texstore_bptc_rgba_unorm()
139 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); in _mesa_texstore_bptc_rgba_unorm()
142 tempImageSlices[0] = (GLubyte *) tempImage; in _mesa_texstore_bptc_rgba_unorm()
195 rgbRowStride, (GLubyte **)tempImageSlices, in texstore_bptc_rgb_float()