Searched refs:srcTypeBytes (Results 1 – 1 of 1) sorted by relevance
143 GLuint srcTypeBytes = gl::GetDrawElementsTypeSize(srcType); in prepareIndexData() local169 ASSERT(srcTypeBytes * static_cast<unsigned int>(count) + offset <= buffer->getSize()); in prepareIndexData()