Searched refs:iterated (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp55 comment("compute initial iterated color (smooth and/or dither case)");
78 if (!mInfo[i].iterated)
119 // figure out if we need the iterated color
133 comment("load initial iterated color (8888 packed)");
134 parts.iterated.setTo(obtainReg(),
136 CONTEXT_LOAD(parts.iterated.reg, packed8888);
138 comment("load initial iterated color (dest format packed)");
140 parts.iterated.setTo(obtainReg(), &mCbFormat);
142 // pre-mask the iterated color
143 const int bits = parts.iterated
[all...]
H A DGGLAssembler.cpp174 info.iterated = (!info.replaced && (info.inDest || info.needed));
175 info.smooth = mSmooth && info.iterated;
257 // iterated color or direct texture
258 pixel = directTex ? parts.texel[directTex-1] : parts.iterated;
313 // update the iterated color...
318 // update iterated z
321 // update iterated fog
442 // iterated color
534 // iterated color
604 temp = component_t(parts.iterated, componen
[all...]
H A DGGLAssembler.h295 pixel_t iterated; member in struct:android::GGLAssembler::fragment_parts_t
333 bool iterated : 1; member in struct:android::GGLAssembler::component_info_t

Completed in 214 milliseconds