Searched refs:BasicTexStorageCubeArrayCase (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 379 class BasicTexStorageCubeArrayCase : public TextureCubeArraySpecCase class 382 …BasicTexStorageCubeArrayCase(Context &context, const char *name, const char *desc, uint32_t intern… in BasicTexStorageCubeArrayCase() function in deqp::gles31::Functional::BasicTexStorageCubeArrayCase 1199 …formatGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, (string(fmtName) + "_cube_array"… in init() 1213 …formatGroup->addChild(new BasicTexStorageCubeArrayCase(m_context, (string(fmtName) + "_cube_array"… in init() 1241 … new BasicTexStorageCubeArrayCase(m_context, name.c_str(), "", format, size, layers, levels)); in init()
|