Searched refs:format_idx (Results 1 - 3 of 3) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp508 if ((tmu.format_idx) &&
H A DGGLAssembler.h308 int format_idx; member in struct:android::GGLAssembler::texture_unit_t
H A Dtexturing.cpp275 tmu.format_idx = 0;
280 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
281 tmu.format = c->formats[tmu.format_idx];
291 if (tmu.format_idx == GGL_PIXEL_FORMAT_RGBA_5551)
297 if (tmu.format_idx) {
344 if (tmu.format_idx == 0)
396 cb_format_idx == tmu.format_idx && !tmu.linear &&
417 if (tmu.format_idx == 0)
442 if (tmu.format_idx == 0)
664 if (tmu.format_idx
[all...]

Completed in 8371 milliseconds