Home
last modified time | relevance | path

Searched refs:BasicTexStorage2DArrayCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp2302 class BasicTexStorage2DArrayCase : public Texture2DArraySpecCase class
2305BasicTexStorage2DArrayCase(Context &context, const char *name, const char *desc, uint32_t internal… in BasicTexStorage2DArrayCase() function in deqp::gles3::Functional::BasicTexStorage2DArrayCase
4732 …formatGroup->addChild(new BasicTexStorage2DArrayCase(m_context, (string(fmtName) + "_2d_array").c_… in init()
4750 …formatGroup->addChild(new BasicTexStorage2DArrayCase(m_context, (string(fmtName) + "_2d_array").c_… in init()
4790 …new BasicTexStorage2DArrayCase(m_context, name.c_str(), "", format, width, height, layers, levels)… in init()