Searched defs:attribName (Results 1 – 9 of 9) 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()
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
1210 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()