Searched refs:linear (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp287 tmu.linear = GGL_READ_NEEDS(T_LINEAR, needs.t[i])
290 // 5551 linear filtering is not supported
292 tmu.linear = 0;
396 cb_format_idx == tmu.format_idx && !tmu.linear &&
419 if (tmu.linear) {
420 // we may run out of register if we have linear filtering
460 comment("reload s/t (multitexture or linear filtering)");
485 if (tmu.linear) {
486 // linear interpolation
512 if (tmu.linear) {
[all...]
H A DGGLAssembler.h315 int linear; member in struct:android::GGLAssembler::texture_unit_t

Completed in 8 milliseconds