Searched refs:Texture2DArraySpecCase (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 447 class Texture2DArraySpecCase : public TextureSpecCase class 450 …Texture2DArraySpecCase(Context &context, const char *name, const char *desc, const tcu::TextureFor… 452 ~Texture2DArraySpecCase(void); 465 Texture2DArraySpecCase::Texture2DArraySpecCase(Context &context, const char *name, const char *desc, in Texture2DArraySpecCase() function in deqp::gles3::Functional::Texture2DArraySpecCase 478 Texture2DArraySpecCase::~Texture2DArraySpecCase(void) in ~Texture2DArraySpecCase() 482 void Texture2DArraySpecCase::verifyTexture(sglr::GLContext &gles3Context, sglr::ReferenceContext &r… in verifyTexture() 783 class BasicTexImage2DArrayCase : public Texture2DArraySpecCase 788 …: Texture2DArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), width, hei… in BasicTexImage2DArrayCase() 2302 class BasicTexStorage2DArrayCase : public Texture2DArraySpecCase 2307 …: Texture2DArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), width, hei… in BasicTexStorage2DArrayCase() [all …]
|