Home
last modified time | relevance | path

Searched refs:offsetAligned (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp171 bool offsetAligned = IsOffsetAligned(srcType, offset); in prepareIndexData() local
174 if (offsetAligned && buffer->supportsDirectBinding() && dstType == srcType) in prepareIndexData()
191 staticBuffer && offsetAligned && staticBuffer->getIndexType() == dstType; in prepareIndexData()
199 if (staticBuffer == nullptr || !offsetAligned) in prepareIndexData()
222 ASSERT(offsetAligned && staticBuffer->getIndexType() == dstType); in prepareIndexData()