GGLAssembler.h | 213 struct integer_t : public reg_t { struct in class:android::GGLAssembler 214 integer_t() : reg_t(), s(0) { function in struct:android::GGLAssembler::integer_t 216 integer_t(int r, int sz=32, int f=0) function in struct:android::GGLAssembler::integer_t 254 explicit component_t(const integer_t& rhs) 377 void extract(integer_t& d, const pixel_t& s, int component); 379 void extract(integer_t& d, int s, int h, int l, int bits=32); 380 void expand(integer_t& d, const integer_t& s, int dbits); 381 void expand(integer_t& d, const component_t& s, int dbits); 387 const integer_t& v [all...] |