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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.cpp 246 unsigned int indexTypeSize = gl::GetTypeBytes(destinationIndexType);
247 if (convertCount > std::numeric_limits<unsigned int>::max() / indexTypeSize)
249 ERR("Reserving %u indicies of %u bytes each exceeds the maximum buffer size.", convertCount, indexTypeSize);
253 unsigned int bufferSizeRequired = convertCount * indexTypeSize;
  /external/deqp/modules/glshared/
glsDrawTest.hpp 184 static int indexTypeSize (IndexType type);
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 526 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
    [all...]

Completed in 224 milliseconds