Searched refs:compileOptions (Results 1 – 5 of 5) sorted by relevance
106 int compileOptions) in compile() argument116 compileOptions |= SH_VALIDATE_LOOP_INDEXING; in compile()137 if (success && (compileOptions & SH_VALIDATE_LOOP_INDEXING)) in compile()140 if (success && (compileOptions & SH_INTERMEDIATE_TREE)) in compile()143 if (success && (compileOptions & SH_OBJECT_CODE)) in compile()146 if (success && (compileOptions & SH_ATTRIBUTES_UNIFORMS)) in compile()
151 int compileOptions) in ShCompile() argument164 bool success = compiler->compile(shaderStrings, numStrings, compileOptions); in ShCompile()
54 int compileOptions);
166 int compileOptions
130 Iterable<String> compileOptions = in compile() local134 compiler.getTask(null, fileManager, null, compileOptions, null, in compile()