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

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp107 const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) {
108 fprintf(pfout, "/*\n");
109 fprintf(pfout, " * This file is auto-generated. DO NOT MODIFY!\n");
110 fprintf(pfout, " * The source Renderscript file: %s\n", context.rsFileName);
111 fprintf(pfout, " */\n\n");
112 fprintf(pfout, "package %s;\n\n", context.packageName);
120 const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) {
122 fprintf(pfout, " // return byte array representation of the bitcode.\n");
123 fprintf(pfout, " public static byte[] getBitCode() {\n");
130 const char *buff, int blen, int seg_num, FILE *pfout) {
106 GenerateAccessorHeader( const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) argument
119 GenerateAccessorMethodSignature( const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) argument
129 GenerateSegmentMethod( const char *buff, int blen, int seg_num, FILE *pfout) argument
161 GenerateJavaCodeAccessorMethod( const RSSlangReflectUtils::BitCodeAccessorContext &context, FILE *pfout) argument
209 GenerateAccessorClass( const RSSlangReflectUtils::BitCodeAccessorContext &context, const char *clazz_name, FILE *pfout) argument
257 FILE *pfout = fopen(output_filename.c_str(), "w"); local
[all...]

Completed in 30 milliseconds