Searched refs:TextureCubeArraySpecCase (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 219 class TextureCubeArraySpecCase : public TextureSpecCase class 222 …TextureCubeArraySpecCase(Context &context, const char *name, const char *desc, const tcu::TextureF… 224 ~TextureCubeArraySpecCase(void); 237 TextureCubeArraySpecCase::TextureCubeArraySpecCase(Context &context, const char *name, const char *… in TextureCubeArraySpecCase() function in deqp::gles31::Functional::TextureCubeArraySpecCase 248 TextureCubeArraySpecCase::~TextureCubeArraySpecCase(void) in ~TextureCubeArraySpecCase() 252 bool TextureCubeArraySpecCase::checkExtensionSupport(void) in checkExtensionSupport() 260 void TextureCubeArraySpecCase::verifyTexture(sglr::GLContext &gles3Context, sglr::ReferenceContext … in verifyTexture() 338 class BasicTexImageCubeArrayCase : public TextureCubeArraySpecCase 343 …: TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), size, nu… in BasicTexImageCubeArrayCase() 379 class BasicTexStorageCubeArrayCase : public TextureCubeArraySpecCase [all …]
|