OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribType
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsRandomShaderProgram.cpp
184
const rsg::VariableType&
attribType
= attribVar->getType();
185
const int numComponents =
attribType
.getNumElements();
188
DE_ASSERT(
attribType
.isFloatOrVec() && de::inRange(numComponents, 1, 4));
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp
358
GrVertexAttribType
attribType
= vertexAttrib->fType;
362
GrGLAttribTypeToLayout(
attribType
).fCount,
363
GrGLAttribTypeToLayout(
attribType
).fType,
364
GrGLAttribTypeToLayout(
attribType
).fNormalized,
/external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp
349
glu::VarType
attribType
= glu::getVarType(type, vecIter.getPath());
352
vtx << "in " << glu::declare(
attribType
, attribName.c_str()) << ";\n";
[
all
...]
Completed in 1490 milliseconds