Searched defs:attribName (Results 1 – 10 of 10) sorted by relevance
167 const char* attribName = getConfigAttribName(attrib); in operator <<() local207 const char* attribName = getSurfaceAttribName(attrib); in operator <<() local247 const char* attribName = getContextAttribName(attrib); in operator <<() local
245 private static boolean isValuelessAttribute(String attribName) { in isValuelessAttribute()
1709 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode()1725 public static String getAttributeValue(Node sNode, String attribName) { in getAttributeValue()1745 public static void setAttributeValue(Node sNode, String attribName, String val) { in setAttributeValue()
350 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() local393 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources() local512 string attribName = getAttributeName(varName.c_str(), fullPath); in computeTransformFeedbackOutputs() local
1177 std::stringstream attribName; in render() local1196 std::stringstream attribName; in render() local
1234 string attribName = attribPrefix + valueName; in execute() local
600 const std::string attribName = "a_" + symbol.name; in execute() local
1865 std::stringstream attribName; in render() local2022 std::stringstream attribName; in render() local
417 string attribName = attribPrefix + valueName; in execute() local
807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue()