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

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DDefineList.java43 private final SortedMap<String, String> defines = new TreeMap<String, String>(); field in class:DefineList
49 String[] keys = new String[defines.size()];
50 String[] vals = new String[defines.size()];
53 for (Map.Entry<String, String> define : defines.entrySet()){
72 defines.put(keys[i], vals[i]);
79 defines.clear();
87 return defines.get(key);
92 // defines.put(key, val);
97 defines.remove(key);
106 if( defines
[all...]
H A DShaderKey.java45 protected DefineList defines; field in class:ShaderKey
51 public ShaderKey(String vertName, String fragName, DefineList defines, String lang){ argument
54 this.defines = defines;
60 return "V="+name + " F=" + fragName + (defines != null ? defines : "");
75 if (defines != null && other.defines != null)
76 return defines.getCompiled().equals(other.defines
[all...]
H A DShader.java104 String defines = null; field in class:Shader.ShaderSource
118 // forget source & defines
130 oc.write(defines, "defines", null);
138 defines = ic.readString("defines", null);
161 public void setDefines(String defines){ argument
162 if (defines == null)
163 throw new NullPointerException("Shader defines cannot be null");
165 this.defines
293 addSource(ShaderType type, String name, String source, String defines) argument
304 addSource(ShaderType type, String source, String defines) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DTechnique.java52 private DefineList defines; field in class:Technique
68 this.defines = new DefineList();
117 needReload = defines.set(defineName, type, value);
130 needReload = defines.remove(defineName);
180 * the proper defines based on material parameters.
196 if (!needReload && defines.getCompiled().equals(newDefines.getCompiled())) {
198 // defines have not been changed..
200 defines.clear();
201 defines.addFrom(newDefines);
202 // defines change
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h165 struct hash_table *defines; member in struct:glcpp_parser
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp100 bool lineMarkers, bool defines)
103 DumpDefines(defines) {
99 PrintPPOutputPPCallbacks(Preprocessor &pp, raw_ostream &os, bool lineMarkers, bool defines) argument
/external/libxml2/
H A Drelaxng.c188 int defNr; /* number of defines used */
228 int defNr; /* number of defines used */
229 int defMax; /* number of defines aloocated */
5662 * @name: the name associated to the defines
5718 * @name: the name associated to the defines
5765 "Some defines for %s needs the combine attribute\n",
5774 "xmlRelaxNGCheckCombine(): merging %s defines: %d\n",
6605 * Apply 4.17 mergingd rules to defines and starts
6614 * link together defines and refs in this grammar
7537 * Check the ref/defines link
7681 xmlRelaxNGDumpDefines(FILE * output, xmlRelaxNGDefinePtr defines) argument
8680 xmlRelaxNGValidateValueList(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr defines) argument
8993 xmlRelaxNGValidateValueContent(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr defines) argument
9177 xmlRelaxNGValidateAttributeList(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr defines) argument
9551 xmlRelaxNGValidateDefinitionList(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGDefinePtr defines) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 366 milliseconds