OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribName
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/egl/
egluStrUtil.cpp
173
const char*
attribName
= getConfigAttribName(attrib);
175
if (
attribName
)
178
str <<
attribName
<< ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
213
const char*
attribName
= getSurfaceAttribName(attrib);
215
if (
attribName
)
218
str <<
attribName
<< ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
253
const char*
attribName
= getContextAttribName(attrib);
255
if (
attribName
)
258
str <<
attribName
<< ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]);
/external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp
350
string
attribName
= getAttributeName(name, vecIter.getPath());
352
vtx << "in " << glu::declare(attribType,
attribName
.c_str()) << ";\n";
393
string
attribName
= getAttributeName(name, vecIter.getPath());
398
vtx << "\t" << name << vecIter << " = " <<
attribName
<< ";\n";
512
string
attribName
= getAttributeName(varName.c_str(), fullPath);
513
const Attribute* attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(
attribName
)));
[
all
...]
/external/deqp/modules/glshared/
glsShaderExecUtil.cpp
723
const std::string
attribName
= "a_" + symbol.name;
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));
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 211 milliseconds