Home
last modified time | relevance | path

Searched defs:textureHeightLevel0 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSamplerFilterAnisotropicTests.cpp101 const uint32_t textureHeightLevel0 = 1 << (mipLevelCount - 1); in InitTexture() local
DTextureViewTests.cpp126 const uint32_t textureHeightLevel0 = 1 << mipLevelCount; in initTexture() local
474 uint32_t textureHeightLevel0) { in TextureLayerAsColorAttachmentTest()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp116 const uint32_t textureHeightLevel0 = 1 << mipLevelCount; in initTexture() local
476 const uint32_t textureHeightLevel0 = 1 << levelCount; in TextureLayerAsColorAttachmentTest() local
DCompressedTextureFormatTests.cpp49 uint32_t textureHeightLevel0; member