HomeSort by relevance Sort by last modified time
    Searched refs:NUM_GL_VERTEX_ATTRIB_TYPES (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h 148 enum { NUM_GL_VERTEX_ATTRIB_TYPES = 6 };
150 FormatConverter mAttributeTypes[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
160 static const TranslationDescription mPossibleTranslations[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
VertexDataManager.cpp 463 const VertexDataManager::TranslationDescription VertexDataManager::mPossibleTranslations[NUM_GL_VERTEX_ATTRIB_TYPES][2][4] = // [GL types as enumerated by typeIndex()][normalized][size-1]
475 for (unsigned int i = 0; i < NUM_GL_VERTEX_ATTRIB_TYPES; i++)

Completed in 31 milliseconds