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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h219 struct integer_t : public reg_t { struct in class:android::GGLAssembler
220 integer_t() : reg_t(), s(0) { function in struct:android::GGLAssembler::integer_t
222 integer_t(int r, int sz=32, int f=0) function in struct:android::GGLAssembler::integer_t
260 explicit component_t(const integer_t& rhs)
383 void extract(integer_t& d, const pixel_t& s, int component);
385 void extract(integer_t& d, int s, int h, int l, int bits=32);
386 void expand(integer_t& d, const integer_t& s, int dbits);
387 void expand(integer_t& d, const component_t& s, int dbits);
393 const integer_t
[all...]

Completed in 66 milliseconds