Searched refs:gen (Results 1 - 4 of 4) 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.cpp1633 generated_vars_t& gen = c->generated_vars; local
1634 gen.argb[GGLFormat::ALPHA].c = ci.ydady;
1635 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx;
1636 gen.argb[GGLFormat::RED ].c = ci.ydrdy;
1637 gen.argb[GGLFormat::RED ].dx = c->shade.drdx;
1638 gen.argb[GGLFormat::GREEN].c = ci.ydgdy;
1639 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx;
1640 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy;
1641 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx;
1642 gen
1695 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
1945 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
1973 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
[all...]
/system/core/sdcard/
H A Dsdcard.c87 __u64 gen; member in struct:node
285 struct node *node_create(struct node *parent, const char *name, __u64 nid, __u64 gen) argument
301 node->gen = gen;
518 out.generation = node->gen;
/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 73 milliseconds