Searched refs:variableName (Results 1 – 6 of 6) sorted by relevance
126 public void setHostValue(String variableName, Object value) { in setHostValue() argument134 if (!callNativeSetValue(variableName, value.toString())) { in setHostValue()135 … throw new RuntimeException("Error setting native value for variable '" + variableName + "'!"); in setHostValue()140 public Object getHostValue(String variableName) { in getHostValue() argument148 return callNativeGetValue(variableName); in getHostValue()
35 public abstract void setHostValue(String variableName, Object value); in setHostValue() argument37 public abstract Object getHostValue(String variableName); in getHostValue() argument
132 public void setHostValue(String variableName, Object value) { in setHostValue() argument133 if (!setUniformValue(variableName, value)) { in setHostValue()135 variableName + "'!"); in setHostValue()140 public Object getHostValue(String variableName) { in getHostValue() argument141 return getUniformValue(variableName); in getHostValue()
30 String variableName() default ""; in variableName() method
607 String varName = generator.variableName().isEmpty() ? name in addProgramGenerator()608 : generator.variableName(); in addProgramGenerator()
636 static File getDirectory(String variableName, String defaultPath) { in getDirectory() argument637 String path = System.getenv(variableName); in getDirectory()641 private static String getCanonicalPathOrNull(String variableName) { in getCanonicalPathOrNull() argument642 String path = System.getenv(variableName); in getCanonicalPathOrNull()