Lines Matching defs:texel
264 GLint rowStride, GLint i, GLint j, GLfloat *texel)
268 texel[RCOMP] = UBYTE_TO_FLOAT(tex[RCOMP]);
269 texel[GCOMP] = UBYTE_TO_FLOAT(tex[GCOMP]);
270 texel[BCOMP] = UBYTE_TO_FLOAT(tex[BCOMP]);
271 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
276 GLint rowStride, GLint i, GLint j, GLfloat *texel)
280 texel[RCOMP] = UBYTE_TO_FLOAT(tex[RCOMP]);
281 texel[GCOMP] = UBYTE_TO_FLOAT(tex[GCOMP]);
282 texel[BCOMP] = UBYTE_TO_FLOAT(tex[BCOMP]);
283 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
288 GLint rowStride, GLint i, GLint j, GLfloat *texel)
292 texel[RCOMP] = UBYTE_TO_FLOAT(tex[RCOMP]);
293 texel[GCOMP] = UBYTE_TO_FLOAT(tex[GCOMP]);
294 texel[BCOMP] = UBYTE_TO_FLOAT(tex[BCOMP]);
295 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
300 GLint rowStride, GLint i, GLint j, GLfloat *texel)
304 texel[RCOMP] = UBYTE_TO_FLOAT(tex[RCOMP]);
305 texel[GCOMP] = UBYTE_TO_FLOAT(tex[GCOMP]);
306 texel[BCOMP] = UBYTE_TO_FLOAT(tex[BCOMP]);
307 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
313 GLint rowStride, GLint i, GLint j, GLfloat *texel)
317 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
318 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
319 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
320 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
325 GLint rowStride, GLint i, GLint j, GLfloat *texel)
329 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
330 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
331 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
332 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
337 GLint rowStride, GLint i, GLint j, GLfloat *texel)
341 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
342 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
343 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
344 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);
349 GLint rowStride, GLint i, GLint j, GLfloat *texel)
353 texel[RCOMP] = util_format_srgb_8unorm_to_linear_float(tex[RCOMP]);
354 texel[GCOMP] = util_format_srgb_8unorm_to_linear_float(tex[GCOMP]);
355 texel[BCOMP] = util_format_srgb_8unorm_to_linear_float(tex[BCOMP]);
356 texel[ACOMP] = UBYTE_TO_FLOAT(tex[ACOMP]);