Searched refs:typeBytes (Results 1 – 3 of 3) sorted by relevance
266 const GLuint typeBytes = gl::GetDrawElementsTypeSize(type); in getIndexRange() local269 count * typeBytes, GL_MAP_READ_BIT); in getIndexRange()
925 GLuint typeBytes = GetDrawElementsTypeSize(type); in ValidateDrawElementsCommon() local927 if ((reinterpret_cast<uintptr_t>(indices) & static_cast<uintptr_t>(typeBytes - 1)) != 0) in ValidateDrawElementsCommon()
446 const GLuint typeBytes = gl::GetDrawElementsTypeSize(type); in drawElementsIndirect() local448 reinterpret_cast<const void *>(static_cast<uintptr_t>(cmd->firstIndex * typeBytes)); in drawElementsIndirect()