Searched defs:fp (Results 1 – 6 of 6) sorted by relevance
/sdk/emulator/opengl/host/tools/emugen/ |
D | ApiGen.cpp | 55 FILE *fp = fopen(filename.c_str(), "wt"); in genProcTypes() local 99 FILE *fp = fopen(filename.c_str(), "wt"); in genFuncTable() local 131 FILE *fp = fopen(filename.c_str(), "wt"); in genContext() local 199 FILE *fp = fopen(filename.c_str(), "wt"); in genEntryPoints() local 270 FILE *fp = fopen(filename.c_str(), "wt"); in genOpcodes() local 290 FILE *fp = fopen(filename.c_str(), "wt"); in genAttributesTemplate() local 309 FILE *fp = fopen(filename.c_str(), "wt"); in genEncoderHeader() local 379 static int writeVarEncodingSize(Var& var, FILE* fp) in writeVarEncodingSize() 393 static void writeVarEncodingExpression(Var& var, FILE* fp) in writeVarEncodingExpression() 430 static void writeVarLargeEncodingExpression(Var& var, FILE* fp) in writeVarLargeEncodingExpression() [all …]
|
D | Var.h | 93 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); } in printType() 94 void printTypeName(FILE *fp) { printType(fp); fprintf(fp, " %s", m_name.c_str()); } in printTypeName()
|
D | TypeFactory.cpp | 71 FILE *fp = fopen(filename.c_str(), "rt"); in initFromFile() local
|
D | EntryPoint.cpp | 156 void EntryPoint::print(FILE *fp, bool newline, in print()
|
/sdk/eclipse/scripts/ |
D | collect_sources_for_sdk.py | 148 def copy(p, fp, f, pkg): argument
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 150 FILE *fp = fopen(fileName, "rb"); in readShader() local
|