Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/host/tools/emugen/
DApiGen.cpp55 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 …]
DVar.h93 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()
DTypeFactory.cpp71 FILE *fp = fopen(filename.c_str(), "rt"); in initFromFile() local
DEntryPoint.cpp156 void EntryPoint::print(FILE *fp, bool newline, in print()
/sdk/eclipse/scripts/
Dcollect_sources_for_sdk.py148 def copy(p, fp, f, pkg): argument
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp150 FILE *fp = fopen(fileName, "rb"); in readShader() local