Searched refs:tex2DArrayLevels (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 3967 const int tex2DArrayLevels = 5; in init() local 3972 …fmtName) + "_2d_array").c_str(), "", format, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4332 const int tex2DArrayLevels = 5; in init() local 4334 …"", depthStencilFormats[ndx].internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4452 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() local 4458 …str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init() 4470 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() local 4472 …str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init()
|