Lines Matching refs:texel
296 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_red_rgtc1() argument
303 texel[RCOMP] = UBYTE_TO_FLOAT(red); in _mesa_fetch_texel_red_rgtc1()
304 texel[GCOMP] = 0.0; in _mesa_fetch_texel_red_rgtc1()
305 texel[BCOMP] = 0.0; in _mesa_fetch_texel_red_rgtc1()
306 texel[ACOMP] = 1.0; in _mesa_fetch_texel_red_rgtc1()
311 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_red_rgtc1() argument
318 texel[RCOMP] = BYTE_TO_FLOAT_TEX(red); in _mesa_fetch_texel_signed_red_rgtc1()
319 texel[GCOMP] = 0.0; in _mesa_fetch_texel_signed_red_rgtc1()
320 texel[BCOMP] = 0.0; in _mesa_fetch_texel_signed_red_rgtc1()
321 texel[ACOMP] = 1.0; in _mesa_fetch_texel_signed_red_rgtc1()
326 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_rg_rgtc2() argument
336 texel[RCOMP] = UBYTE_TO_FLOAT(red); in _mesa_fetch_texel_rg_rgtc2()
337 texel[GCOMP] = UBYTE_TO_FLOAT(green); in _mesa_fetch_texel_rg_rgtc2()
338 texel[BCOMP] = 0.0; in _mesa_fetch_texel_rg_rgtc2()
339 texel[ACOMP] = 1.0; in _mesa_fetch_texel_rg_rgtc2()
344 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_rg_rgtc2() argument
354 texel[RCOMP] = BYTE_TO_FLOAT_TEX(red); in _mesa_fetch_texel_signed_rg_rgtc2()
355 texel[GCOMP] = BYTE_TO_FLOAT_TEX(green); in _mesa_fetch_texel_signed_rg_rgtc2()
356 texel[BCOMP] = 0.0; in _mesa_fetch_texel_signed_rg_rgtc2()
357 texel[ACOMP] = 1.0; in _mesa_fetch_texel_signed_rg_rgtc2()
362 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_l_latc1() argument
369 texel[RCOMP] = in _mesa_fetch_texel_l_latc1()
370 texel[GCOMP] = in _mesa_fetch_texel_l_latc1()
371 texel[BCOMP] = UBYTE_TO_FLOAT(red); in _mesa_fetch_texel_l_latc1()
372 texel[ACOMP] = 1.0; in _mesa_fetch_texel_l_latc1()
377 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_l_latc1() argument
384 texel[RCOMP] = in _mesa_fetch_texel_signed_l_latc1()
385 texel[GCOMP] = in _mesa_fetch_texel_signed_l_latc1()
386 texel[BCOMP] = BYTE_TO_FLOAT_TEX(red); in _mesa_fetch_texel_signed_l_latc1()
387 texel[ACOMP] = 1.0; in _mesa_fetch_texel_signed_l_latc1()
392 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_la_latc2() argument
402 texel[RCOMP] = in _mesa_fetch_texel_la_latc2()
403 texel[GCOMP] = in _mesa_fetch_texel_la_latc2()
404 texel[BCOMP] = UBYTE_TO_FLOAT(red); in _mesa_fetch_texel_la_latc2()
405 texel[ACOMP] = UBYTE_TO_FLOAT(green); in _mesa_fetch_texel_la_latc2()
410 GLint i, GLint j, GLint k, GLfloat *texel) in _mesa_fetch_texel_signed_la_latc2() argument
420 texel[RCOMP] = in _mesa_fetch_texel_signed_la_latc2()
421 texel[GCOMP] = in _mesa_fetch_texel_signed_la_latc2()
422 texel[BCOMP] = BYTE_TO_FLOAT_TEX(red); in _mesa_fetch_texel_signed_la_latc2()
423 texel[ACOMP] = BYTE_TO_FLOAT_TEX(green); in _mesa_fetch_texel_signed_la_latc2()