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

/frameworks/native/opengl/libagl/
H A DAndroid.mk33 LOCAL_SRC_FILES += fixed_asm.S iterators.S
H A Dtexture.cpp586 int32_t iterators[3]; local
587 iterators[1] = iterators[2] = 0;
596 iterators[0] = c->fog.fog(c, Zw);
597 c->rasterizer.procs.fogGrad3xv(c, iterators);
604 iterators[0] = (z << 16) | z;
605 c->rasterizer.procs.zGrad3xv(c, iterators);

Completed in 64 milliseconds