Lines Matching refs:Texture3DSpecCase
531 class Texture3DSpecCase : public TextureSpecCase
534 Texture3DSpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int depth, int numLevels);
535 ~Texture3DSpecCase (void);
548 Texture3DSpecCase::Texture3DSpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int depth, int numLevels)
559 Texture3DSpecCase::~Texture3DSpecCase (void)
563 void Texture3DSpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
786 class BasicTexImage3DCase : public Texture3DSpecCase
790 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, maxLevelCount(width, height, depth))
1117 class TexImage3DParamsCase : public Texture3DSpecCase
1133 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, 1)
1427 class BasicTexSubImage3DCase : public Texture3DSpecCase
1431 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, maxLevelCount(width, height, depth))
1760 class TexSubImage3DParamsCase : public Texture3DSpecCase
1782 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, 1)
2244 class BasicTexStorage3DCase : public Texture3DSpecCase
2248 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, numLevels)
2519 class TexImage3DBufferCase : public Texture3DSpecCase
2536 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, 1)
3019 class TexSubImage3DBufferCase : public Texture3DSpecCase
3042 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, 1)