Searched refs:dstTypeBytesShift (Results 1 – 1 of 1) sorted by relevance
95 const GLuint dstTypeBytesShift = gl::GetDrawElementsTypeShift(dstType); in StreamInIndexBuffer() local97 bool check = (count > (std::numeric_limits<unsigned int>::max() >> dstTypeBytesShift)); in StreamInIndexBuffer()101 unsigned int bufferSizeRequired = count << dstTypeBytesShift; in StreamInIndexBuffer()