Searched defs:component_t (Results 1 - 1 of 1) sorted by relevance
/system/core/libpixelflinger/codeflinger/ | ||
H A D | GGLAssembler.h | 241 struct component_t : public reg_t { struct in class:android::GGLAssembler 242 component_t() : reg_t(), h(0), l(0) { function in struct:android::GGLAssembler::component_t 244 component_t(int r, int f=0) function in struct:android::GGLAssembler::component_t 247 component_t(int r, int lo, int hi, int f=0) function in struct:android::GGLAssembler::component_t 250 explicit component_t(const integer_t& rhs) function in struct:android::GGLAssembler::component_t 253 explicit component_t(const pixel_t& rhs, int component) { function in struct:android::GGLAssembler::component_t 354 void modulate( component_t& dest, 355 const component_t& incoming, 358 void decal( component_t& dest, 359 const component_t [all...] |
Completed in 5 milliseconds