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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h245 struct component_t : public reg_t { struct in class:android::GGLAssembler
246 component_t() : reg_t(), h(0), l(0) { function in struct:android::GGLAssembler::component_t
248 component_t(int r, int f=0) function in struct:android::GGLAssembler::component_t
251 component_t(int r, int lo, int hi, int f=0) function in struct:android::GGLAssembler::component_t
254 explicit component_t(const integer_t& rhs) function in struct:android::GGLAssembler::component_t
257 explicit component_t(const pixel_t& rhs, int component) { function in struct:android::GGLAssembler::component_t
358 void modulate( component_t& dest,
359 const component_t& incoming,
362 void decal( component_t& dest,
363 const component_t
[all...]

Completed in 89 milliseconds