Searched defs:load (Results 1 - 2 of 2) sorted by path

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) function in class:android::GGLAssembler
H A Dtexturing.cpp120 int load = 0; local
124 load |= 1;
131 if (load || parts.packed) {
133 comment("load initial iterated color (8888 packed)");
138 comment("load initial iterated color (dest format packed)");
454 load(txPtr, texel, WRITE_BACK);
636 // load texel
639 load(txPtr, texel, 0);
888 load(txPtr, texel, 0);
1106 load(part
[all...]

Completed in 154 milliseconds