Searched defs:extract (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) function in class:android::GGLAssembler
161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
163 extract(d, s.reg,
169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
172 extract(r, s.reg,
183 extract(d, s.reg, s.h, s.l, 32);
/system/core/libpixelflinger/
H A Dbuffer.cpp36 static uint32_t extract(uint32_t v, int h, int l, int bits);
129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8);
277 // extract a component from a word
278 uint32_t extract(uint32_t v, int h, int l, int bits) function in namespace:android

Completed in 40 milliseconds