Searched refs:tex2DArrayLevels (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fTextureSpecificationTests.cpp | 4087 const int tex2DArrayLevels = 5; in init() local 4092 …fmtName) + "_2d_array").c_str(), "", format, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4452 const int tex2DArrayLevels = 5; in init() local 4454 …"", depthStencilFormats[ndx].internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4572 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() local 4578 …str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init() 4590 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() local 4592 …str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init()
|