Searched refs:load (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp117 int load = 0; local
121 load |= 1;
128 if (load || parts.packed) {
130 comment("load initial iterated color (8888 packed)");
135 comment("load initial iterated color (dest format packed)");
451 load(txPtr, texel, WRITE_BACK);
616 // load texel
619 load(txPtr, texel, 0);
868 load(txPtr, texel, 0);
984 load(part
[all...]
H A Dload_store.cpp62 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) function in class:android::GGLAssembler
H A DGGLAssembler.h192 enum { //load/store flags
370 // load/store stuff
372 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0);
H A DGGLAssembler.cpp242 // load the framebuffer pixel
244 load(parts.cbPtr, mDstPixel);

Completed in 26 milliseconds