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

/system/core/libpixelflinger/codeflinger/
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...]
H A DGGLAssembler.h196 enum { //load/store flags
374 // load/store stuff
376 void load(const pointer_t& addr, const pixel_t& dest, uint32_t flags=0);
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 DGGLAssembler.cpp245 // load the framebuffer pixel
247 load(parts.cbPtr, mDstPixel);

Completed in 87 milliseconds