GGLAssembler.h | 209 struct integer_t : public reg_t { struct in class:android::GGLAssembler 210 integer_t() : reg_t(), s(0) { function in struct:android::GGLAssembler::integer_t 212 integer_t(int r, int sz=32, int f=0) function in struct:android::GGLAssembler::integer_t 250 explicit component_t(const integer_t& rhs) 373 void extract(integer_t& d, const pixel_t& s, int component); 375 void extract(integer_t& d, int s, int h, int l, int bits=32); 376 void expand(integer_t& d, const integer_t& s, int dbits); 377 void expand(integer_t& d, const component_t& s, int dbits); 383 const integer_t& v [all...] |