Lines Matching refs:ImageTests
1763 class ImageTests : public TestCaseGroup
1766 ImageTests (EglTestContext& eglTestCtx, const string& name, const string& desc)
1781 void ImageTests::addCreateTexture (const string& name, EGLenum source, GLenum internalFormat, GLenum format, GLenum type)
1786 void ImageTests::addCreateRenderbuffer (const string& name, GLenum format)
1791 void ImageTests::addCreateAndroidNative (const string& name, GLenum format, bool isYUV = false)
1796 void ImageTests::addCreateAndroidNativeArray (const string& name, GLenum format, deUint32 numLayers)
1801 void ImageTests::addCreateTexture2DActions (const string& prefix)
1810 void ImageTests::addCreateTextureCubemapActions (const string& suffix, GLenum internalFormat, GLenum format, GLenum type)
1820 void ImageTests::addCreateRenderbufferActions (void)
1829 void ImageTests::addCreateAndroidNativeActions (void)
1853 class RenderTests : public ImageTests
1857 : ImageTests (eglTestCtx, name, desc) {}
2281 class ModifyTests : public ImageTests
2285 : ImageTests(eglTestCtx, name, desc) {}