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

/external/deqp/framework/egl/
H A DegluStrUtil.cpp173 const char* attribName = getConfigAttribName(attrib); local
175 if (attribName)
178 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
213 const char* attribName = getSurfaceAttribName(attrib); local
215 if (attribName)
218 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
253 const char* attribName = getContextAttribName(attrib); local
255 if (attribName)
258 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.cpp723 const std::string attribName = "a_" + symbol.name; local
729 vertexArrays.push_back(glu::va::Float(attribName, vecSize, numValues, 0, (const float*)ptr));
731 vertexArrays.push_back(glu::va::Int32(attribName, vecSize, numValues, 0, (const deInt32*)ptr));
733 vertexArrays.push_back(glu::va::Uint32(attribName, vecSize, numValues, 0, (const deUint32*)ptr));
741 vertexArrays.push_back(glu::va::Float(attribName, colNdx, numRows, numValues, stride, ((const float*)ptr) + colNdx * numRows));
H A DglsVertexArrayTests.cpp1209 std::stringstream attribName;
1210 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1212 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());
1228 std::stringstream attribName;
1229 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx();
1231 deUint32 loc = m_ctx.getAttribLocation(program, attribName.str().c_str());
H A DglsDrawTest.cpp1962 std::stringstream attribName;
1963 attribName << "a_" << arrayNdx;
1965 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());
2119 std::stringstream attribName;
2120 attribName << "a_" << arrayNdx;
2122 deUint32 loc = m_ctx.getAttribLocation(m_programID, attribName.str().c_str());
H A DglsShaderLibraryCase.cpp866 string attribName = attribPrefix + valueName;
867 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str());
870 log << TestLog::Message << "Warning: no location found for attribute '" << attribName << "'" << TestLog::EndMessage;
/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/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 162 milliseconds