OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttributeTypes
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h
150
FormatConverter
mAttributeTypes
[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
159
// This table is used to generate
mAttributeTypes
.
VertexDataManager.cpp
483
mAttributeTypes
[i][j][k] = mPossibleTranslations[i][j][k].preferredConversion;
487
mAttributeTypes
[i][j][k] = mPossibleTranslations[i][j][k].fallbackConversion;
494
// This is used to index
mAttributeTypes
and mPossibleTranslations.
767
return
mAttributeTypes
[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1];
Completed in 292 milliseconds