OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribname
(Results
1 - 10
of
10
) sorted by null
/external/deqp/framework/egl/
egluStrUtil.cpp
167
const char*
attribName
= getConfigAttribName(attrib);
169
if (
attribName
)
172
str <<
attribName
<< ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
207
const char*
attribName
= getSurfaceAttribName(attrib);
209
if (
attribName
)
212
str <<
attribName
<< ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
247
const char*
attribName
= getContextAttribName(attrib);
249
if (
attribName
)
252
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/
glsVertexArrayTests.cpp
1177
std::stringstream
attribName
;
1178
attribName
<< "a_" << m_arrays[arrayNdx]->getAttribNdx();
1180
deUint32 loc = m_ctx.getAttribLocation(program,
attribName
.str().c_str());
[
all
...]
glsShaderExecUtil.cpp
600
const std::string
attribName
= "a_" + symbol.name;
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));
[
all
...]
glsShaderLibraryCase.cpp
[
all
...]
glsDrawTest.cpp
[
all
...]
/external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java
245
private static boolean isValuelessAttribute(String
attribName
) {
247
Strings.toLowerCase(
attribName
));
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java
[
all
...]
/prebuilts/android-emulator/linux-x86_64/lib/
libGLES_V2_translator.so
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 282 milliseconds