Home
last modified time | relevance | path

Searched refs:dxgiFormatInfo (Results 1 – 25 of 141) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp32 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(desc.Format); in getPitchCount() local
33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount()
34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp32 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(desc.Format); in getPitchCount() local
33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount()
34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp32 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(desc.Format); in getPitchCount() local
33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount()
34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp32 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(desc.Format); in getPitchCount() local
33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount()
34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp32 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(desc.Format); in getPitchCount() local
33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount()
34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.cpp32 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(desc.Format); in getPitchCount() local
33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount()
34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp250 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
251 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
280 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
281 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
282 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
283 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
358 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
359 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp297 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadData() local
298 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadData()
329 const d3d11::DXGIFormatSize &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in loadCompressedData() local
330 GLuint outputPixelSize = dxgiFormatInfo.pixelBytes; in loadCompressedData()
331 GLuint outputBlockWidth = dxgiFormatInfo.blockWidth; in loadCompressedData()
332 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData()
405 const auto &dxgiFormatInfo = d3d11::GetDXGIFormatSizeInfo(mDXGIFormat); in copyFromFramebuffer() local
406 GLsizei rowOffset = dxgiFormatInfo.pixelBytes * destOffset.x; in copyFromFramebuffer()

123456