Searched refs:ImageTests (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageTests.hpp | 34 class ImageTests : public TestCaseGroup class 37 ImageTests (EglTestContext& eglTestCtx); 38 virtual ~ImageTests (void);
|
H A D | teglImageTests.cpp | 622 ImageTests::ImageTests (EglTestContext& eglTestCtx) in ImageTests() function in deqp::egl::ImageTests 627 ImageTests::~ImageTests (void) in ~ImageTests() 631 void ImageTests::init (void) in init()
|
H A D | teglImageFormatTests.cpp | 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 [all...] |
H A D | teglTestPackage.cpp | 122 addChild(new ImageTests (m_eglTestCtx)); in init()
|
Completed in 5 milliseconds