Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp329 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData() local
332 ASSERT(area.y % outputBlockHeight == 0); in loadCompressedData()
344 ((area.y / outputBlockHeight) * mappedImage.RowPitch + in loadCompressedData()