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