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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.cpp 158 unsigned int typeSize = gl::GetTypeBytes(type);
200 streamOffset = (offset / gl::GetTypeBytes(type)) * gl::GetTypeBytes(destinationIndexType);
231 convertCount = storage->getSize() / gl::GetTypeBytes(type);
246 unsigned int indexTypeSize = gl::GetTypeBytes(destinationIndexType);
277 streamOffset = (offset / gl::GetTypeBytes(type)) * gl::GetTypeBytes(destinationIndexType);
286 translated->startIndex = streamOffset / gl::GetTypeBytes(destinationIndexType);
292 buffer->promoteStaticUsage(count * gl::GetTypeBytes(type));
IndexRangeCache.cpp 34 unsigned int rangeEnd = i->second.streamOffset + (gl::GetTypeBytes(i->first.type) * i->first.count);
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 66 GLuint GetTypeBytes(GLenum type);
validationES3.cpp 289 size_t dataBytesPerPixel = static_cast<size_t>(gl::GetTypeBytes(type));
formatutils.cpp     [all...]

Completed in 50 milliseconds