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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h202 void setTo(int r, int f=0) { function in struct:android::GGLAssembler::reg_t
215 void setTo(int r, int sz=32, int f=0) { function in struct:android::GGLAssembler::integer_t
216 reg_t::setTo(r, f); s=sz;
229 void setTo(int r, const GGLFormat* fmt, int f=0) { function in struct:android::GGLAssembler::pixel_t
230 reg_t::setTo(r, f); format = *fmt;
254 setTo( rhs.reg,
259 void setTo(int r, int lo=0, int hi=0, int f=0) { function in struct:android::GGLAssembler::component_t
260 reg_t::setTo(r, f); h=hi; l=lo;
273 void setTo(int r, int s, int f=0) { function in struct:android::GGLAssembler::pointer_t
274 reg_t::setTo(
[all...]

Completed in 44 milliseconds