Searched defs:gen (Results 1 - 7 of 7) sorted by path

/system/core/fastboot/
H A Dfastboot.cpp1409 const struct fs_generator* gen = nullptr; local
1446 gen = fs_get_generator(partition_type);
1447 if (!gen) {
1468 if (fs_generator_generate(gen, output.path, size, initial_dir,
H A Dfs.cpp222 int fs_generator_generate(const struct fs_generator* gen, const char* fileName, long long partSize, argument
225 return gen->generate(fileName, partSize, initial_dir, eraseBlkSize, logicalBlkSize);
/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 = uintptr_t(s.data);
H A Dscanline.cpp1672 generated_vars_t& gen = c->generated_vars; local
1673 gen.argb[GGLFormat::ALPHA].c = ci.ydady;
1674 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx;
1675 gen.argb[GGLFormat::RED ].c = ci.ydrdy;
1676 gen.argb[GGLFormat::RED ].dx = c->shade.drdx;
1677 gen.argb[GGLFormat::GREEN].c = ci.ydgdy;
1678 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx;
1679 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy;
1680 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx;
1681 gen
1734 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
1984 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
2012 generated_tex_vars_t& gen = c->generated_vars.texture[i]; local
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h133 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) argument
134 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0)
/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py284 def gen(self): member in class:PprofProfileGenerator
592 profile = generator.gen()
/system/tools/hidl/
H A DgenerateCpp.cpp548 void AST::generateMethods(Formatter& out, const MethodGenerator& gen, bool includeParent) const { argument
569 gen(method, superInterface);

Completed in 140 milliseconds