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

/system/core/libpixelflinger/
H A Dbuffer.cpp92 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
93 gen.width = s.width;
94 gen.height = s.height;
95 gen.stride = s.stride;
96 gen.data = int32_t(s.data);
H A Dscanline.cpp842 generated_vars_t& gen = c->generated_vars; local
843 gen.argb[GGLFormat::ALPHA].c = ci.ydady;
844 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx;
845 gen.argb[GGLFormat::RED ].c = ci.ydrdy;
846 gen.argb[GGLFormat::RED ].dx = c->shade.drdx;
847 gen.argb[GGLFormat::GREEN].c = ci.ydgdy;
848 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx;
849 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy;
850 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx;
851 gen
904 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
1152 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
1180 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h123 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) argument
124 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0)

Completed in 60 milliseconds