OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribname
(Results
1 - 11
of
11
) 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]);
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h
38
static bool
attribName
(const GLchar* name);
GLESv2Validate.cpp
159
bool GLESv2Validate::
attribName
(const GLchar* name){
GLESv2Imp.cpp
174
SET_ERROR_IF(!GLESv2Validate::
attribName
(name),GL_INVALID_OPERATION);
[
all
...]
/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
1209
std::stringstream
attribName
;
1210
attribName
<< "a_" << m_arrays[arrayNdx]->getAttribNdx();
[
all
...]
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
...]
glsShaderLibraryCase.cpp
866
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;
[
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/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 315 milliseconds