Searched refs:tex2DArrayHeight (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 4086 const int tex2DArrayHeight = 44; in init() local 4092 basicTexImageGroup->addChild(new BasicTexImage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c_str(), "", format, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4451 const int tex2DArrayHeight = 44; in init() local 4454 shadow3dGroup->addChild(new TexSubImage2DArrayDepthCase(m_context, (std::string(depthStencilFormats[ndx].name) + "_2d_array").c_str(), "", depthStencilFormats[ndx].internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLevels)); in init() 4570 const int tex2DArrayHeight = 13; in init() local 4572 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() 4578 formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c_str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayers, tex2DArrayLevels)); in init() 4588 const int tex2DArrayHeight = 13; in init() local 4590 int tex2DArrayLevels = maxLevelCount(tex2DArrayWidth, tex2DArrayHeight); in init() 4592 formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c_str(), "", internalFormat, tex2DArrayWidth, tex2DArrayHeight, tex2DArrayLayer in init() [all...] |
Completed in 10 milliseconds