Searched refs:attribName (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/egl/
H A DegluStrUtil.cpp167 const char* attribName = getConfigAttribName(attrib); local
169 if (attribName)
172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
207 const char* attribName = getSurfaceAttribName(attrib); local
209 if (attribName)
212 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
247 const char* attribName = getContextAttribName(attrib); local
249 if (attribName)
252 str << attribName << ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]);
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlLexer.java245 private static boolean isValuelessAttribute(String attribName) { argument
247 Strings.toLowerCase(attribName));
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp600 const std::string attribName = "a_" + symbol.name; local
606 vertexArrays.push_back(glu::va::Float(attribName, vecSize, numValues, 0, (const float*)ptr));
608 vertexArrays.push_back(glu::va::Int32(attribName, vecSize, numValues, 0, (const deInt32*)ptr));
610 vertexArrays.push_back(glu::va::Uint32(attribName, vecSize, numValues, 0, (const deUint32*)ptr));
618 vertexArrays.push_back(glu::va::Float(attribName, colNdx, numRows, numValues, stride, ((const float*)ptr) + colNdx * numRows));
H A DglsVertexArrayTests.cpp1177 std::stringstream attribName; local
1178 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1180 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());
1196 std::stringstream attribName; local
1197 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1199 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());
H A DglsShaderLibraryCase.cpp1207 string attribName = attribPrefix + valueName;
1208 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str());
1211 log << TestLog::Message << "Warning: no location found for attribute '" << attribName << "'" << TestLog::EndMessage;
H A DglsDrawTest.cpp1948 std::stringstream attribName; local
1949 attribName << "a_" << arrayNdx;
1951 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());
2105 std::stringstream attribName; local
2106 attribName << "a_" << arrayNdx;
2108 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp350 string attribName = getAttributeName(name, vecIter.getPath()); local
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n";
393 string attribName = getAttributeName(name, vecIter.getPath()); local
398 vtx << "\t" << name << vecIter << " = " << attribName << ";\n"; local
512 string attribName = getAttributeName(varName.c_str(), fullPath); local
513 const Attribute* attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(attribName)));
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java805 private String getAttributeValue(Node sNode, String attribName){ argument
810 Node attr = attributes.getNamedItem(attribName);
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 144 milliseconds