Searched refs:dstTypeShift (Results 1 – 1 of 1) sorted by relevance
145 GLuint dstTypeShift = gl::GetDrawElementsTypeShift(dstType); in prepareIndexData() local227 translated->startOffset = (offset >> srcTypeShift) << dstTypeShift; in prepareIndexData()241 const GLuint dstTypeShift = gl::GetDrawElementsTypeShift(dstType); in streamIndexData() local253 translated->startIndex = (offset >> dstTypeShift); in streamIndexData()