Home
last modified time | relevance | path

Searched refs:dstTypeBytesShift (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp95 const GLuint dstTypeBytesShift = gl::GetDrawElementsTypeShift(dstType); in StreamInIndexBuffer() local
97 bool check = (count > (std::numeric_limits<unsigned int>::max() >> dstTypeBytesShift)); in StreamInIndexBuffer()
101 unsigned int bufferSizeRequired = count << dstTypeBytesShift; in StreamInIndexBuffer()