Searched refs:srcTypeShift (Results 1 – 1 of 1) sorted by relevance
144 GLuint srcTypeShift = gl::GetDrawElementsTypeShift(srcType); in prepareIndexData() local179 translated->startIndex = (offset >> srcTypeShift); in prepareIndexData()207 buffer->promoteStaticUsage(context, count << srcTypeShift); in prepareIndexData()218 static_cast<unsigned int>(buffer->getSize()) >> srcTypeShift; in prepareIndexData()226 translated->startIndex = (offset >> srcTypeShift); in prepareIndexData()227 translated->startOffset = (offset >> srcTypeShift) << dstTypeShift; in prepareIndexData()