Searched refs:tex2DArrayLevels (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 3968 const int tex2DArrayLevels = 5; in init() local 3973 …fmtName) + "_2d_array").c_str(), "", format, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4333 const int tex2DArrayLevels = 5; in init() local 4335 …"", depthStencilFormats[ndx].internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4453 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() local 4459 …str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init() 4471 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() local 4473 …str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init()
|