GGLAssembler.h | 251 struct component_t : public reg_t { struct in class:android::GGLAssembler 252 component_t() : reg_t(), h(0), l(0) { function in struct:android::GGLAssembler::component_t 254 component_t(int r, int f=0) function in struct:android::GGLAssembler::component_t 257 component_t(int r, int lo, int hi, int f=0) function in struct:android::GGLAssembler::component_t 260 explicit component_t(const integer_t& rhs) function in struct:android::GGLAssembler::component_t 263 explicit component_t(const pixel_t& rhs, int component) { function in struct:android::GGLAssembler::component_t 364 void modulate( component_t& dest, 365 const component_t& incoming, 368 void decal( component_t& dest, 369 const component_t& incoming [all...] |