Searched refs:ImageTestCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 148 class ImageTestCase : public TestCase, public glu::CallLogWrapper class 151 ImageTestCase (EglTestContext& eglTestCtx, ApiType api, const string& name, const string& desc) in ImageTestCase() function in deqp::egl::Image::ImageTestCase 185 class InvalidCreateImage : public ImageTestCase 189 …: ImageTestCase(eglTestCtx, ApiType::es(2, 0), "invalid_create_image", "eglCreateImageKHR() with i… in InvalidCreateImage() 276 class CreateImageGLES2 : public ImageTestCase 348 …: ImageTestCase (eglTestCtx, ApiType::es(2, 0), string("create_image_gles2_") + getTargetName(tar… in CreateImageGLES2() 398 class ImageTargetGLES2 : public ImageTestCase 414 …: ImageTestCase (eglTestCtx, ApiType::es(2, 0), string("image_target_gles2_") + getTargetName(targ… in ImageTargetGLES2()
|