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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h 140 struct FormatConverter
150 FormatConverter mAttributeTypes[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
155 FormatConverter preferredConversion;
156 FormatConverter fallbackConversion;
165 const FormatConverter &formatConverter(const VertexAttribute &attribute) const;
VertexDataManager.cpp 59 const FormatConverter &converter = formatConverter(attribute);
206 const FormatConverter &converter = formatConverter(attribs[i]);
269 return formatConverter(attrib).outputElementSize * count;
765 const VertexDataManager::FormatConverter &VertexDataManager::formatConverter(const VertexAttribute &attribute) const

Completed in 779 milliseconds