Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp291 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData() local
301 (area.y * mappedImage.RowPitch + area.x * outputPixelSize + in loadData()
327 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData() local
345 (area.x / outputBlockWidth) * outputPixelSize + area.z * mappedImage.DepthPitch); in loadCompressedData()
DTextureStorage11.cpp787 const size_t outputPixelSize = dxgiFormatInfo.pixelBytes; in setData() local
789 UINT bufferRowPitch = static_cast<unsigned int>(outputPixelSize) * width; in setData()