Home
last modified time | relevance | path

Searched refs:mMipLevels (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp51 mMipLevels(0), in TextureStorage11()
156 return mMipLevels - mTopLevel; in getLevelCount()
220 bool hasSmallMips = (getLevelWidth(mMipLevels - 1) <= 2 || getLevelHeight(mMipLevels - 1) <= 2); in getSRV()
718 mMipLevels = texDesc.MipLevels; in TextureStorage11_2D()
755 mMipLevels = mTopLevel + levels; in TextureStorage11_2D()
1357 mMipLevels = 1; in TextureStorage11_External()
1507 mMipLevels = 1; in TextureStorage11_EGLImage()
1779 mMipLevels = mTopLevel + levels; in TextureStorage11_Cube()
2080 ASSERT(mMipLevels > 0); in ensureTextureExists()
2664 ASSERT(mMipLevels > 0); in getResource()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp29 mMipLevels(0), in TextureStorage9()
91 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
111 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
121 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
142 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
237 ASSERT(mMipLevels > 0); in getBaseTexture()
242 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
284 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
395 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
489 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp29 mMipLevels(0), in TextureStorage9()
91 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
111 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
121 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
142 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
249 ASSERT(mMipLevels > 0); in getBaseTexture()
254 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
296 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
418 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
529 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp29 mMipLevels(0), in TextureStorage9()
91 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
111 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
121 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
142 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
249 ASSERT(mMipLevels > 0); in getBaseTexture()
254 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
296 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
418 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
529 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp29 mMipLevels(0), in TextureStorage9()
91 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
111 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
121 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
142 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
249 ASSERT(mMipLevels > 0); in getBaseTexture()
254 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
296 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
418 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
529 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp29 mMipLevels(0), in TextureStorage9()
91 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
111 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
121 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
142 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
249 ASSERT(mMipLevels > 0); in getBaseTexture()
254 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
296 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
418 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
529 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp28 mMipLevels(0), in TextureStorage9()
94 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
114 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
124 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
140 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
263 ASSERT(mMipLevels > 0); in getBaseTexture()
268 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
331 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
464 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
585 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
108 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
118 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
134 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
250 ASSERT(mMipLevels > 0); in getBaseTexture()
255 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
317 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
444 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
556 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp29 mMipLevels(0), in TextureStorage9()
91 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
111 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
121 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
142 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
249 ASSERT(mMipLevels > 0); in getBaseTexture()
254 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
296 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
418 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
529 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp27 mMipLevels(0), in TextureStorage9()
93 return static_cast<int>(mMipLevels) - mTopLevel; in getLevelCount()
113 mMipLevels = surfaceTexture->GetLevelCount(); in TextureStorage9_2D()
123 mRenderTargets.resize(mMipLevels, nullptr); in TextureStorage9_2D()
139 mMipLevels = mTopLevel + levels; in TextureStorage9_2D()
262 ASSERT(mMipLevels > 0); in getBaseTexture()
267 static_cast<unsigned int>(mMipLevels), getUsage(), in getBaseTexture()
330 mMipLevels = mTopLevel + 1; in TextureStorage9_EGLImage()
463 mMipLevels = mTopLevel + levels; in TextureStorage9_Cube()
583 ASSERT(mMipLevels > 0); in getBaseTexture()
[all …]

12345