Searched refs:Variable (Results 1 – 11 of 11) sorted by relevance
36 9(uFragColor): 8(ptr) Variable Output40 13(tex): 12(ptr) Variable UniformConstant42 16(texcoord): 15(ptr) Variable Input
52 9(texcoord): 8(ptr) Variable Output60 17(ubuf): 16(ptr) Variable Uniform64 21(gl_VertexIndex): 20(ptr) Variable Input68 28: 27(ptr) Variable Output
697 struct Variable { struct698 Variable() : mInitializers(nullptr) { } in Variable() argument699 ~Variable() { delete [] mInitializers; } in ~Variable() argument701 Variable(const Variable &) = delete;702 void operator=(const Variable &) = delete; argument711 ArrayWithCursor<Variable> mVariables;
191 if (mValue instanceof Variable) { in execute()192 String varName = ((Variable)mValue).name; in execute()222 private static class Variable { class in GraphReader225 public Variable(String name) { in Variable() method in GraphReader.Variable427 return new Variable(strValue); in getAssignmentValue()
28 throw new GradleException('Environment Variable ANDROID_NDK_HOME for NDK path need to be setup')
122 if [ -z "${BR_DIR}" ] ; then echo "Variable BR_DIR not set"; else adb shell rm -rf ${BR_DIR}/*; fi
27 // Variable Index //
130 message(AUTHOR_WARNING "Variable Protobuf_SRC_ROOT_FOLDER defined, but not"
33 // Variable Index //
157 * **Exported Variable List** (MCO_ExportVarList) -
5791 java.lang.ProcessEnvironment$Variable