Searched refs:IsOffsetAligned (Results 1 – 3 of 3) sorted by relevance
106 ANGLE_INLINE bool IsOffsetAligned(gl::DrawElementsType elementType, unsigned int offset) in IsOffsetAligned() function
171 bool offsetAligned = IsOffsetAligned(srcType, offset); in prepareIndexData()
2611 if (!elementArrayBuffer || !IsOffsetAligned(elementType, offset)) in ClassifyIndexStorage()