Searched refs:SimpleConfigCase (Results 1 – 12 of 12) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.hpp | 38 class SimpleConfigCase : public TestCase class 41 …SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const egl… 42 virtual ~SimpleConfigCase (void); 54 SimpleConfigCase (const SimpleConfigCase& other); 55 SimpleConfigCase& operator= (const SimpleConfigCase& other);
|
D | teglSimpleConfigCase.cpp | 44 SimpleConfigCase::SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* descr… in SimpleConfigCase() function in deqp::egl::SimpleConfigCase 51 SimpleConfigCase::~SimpleConfigCase (void) in ~SimpleConfigCase() 55 void SimpleConfigCase::init (void) in init() 88 void SimpleConfigCase::deinit (void) in deinit() 98 SimpleConfigCase::IterateResult SimpleConfigCase::iterate (void) in iterate()
|
D | teglCreateSurfaceTests.cpp | 145 class CreateWindowSurfaceCase : public SimpleConfigCase 149 : SimpleConfigCase (eglTestCtx, name, description, filters) in CreateWindowSurfaceCase() 214 class CreatePixmapSurfaceCase : public SimpleConfigCase 218 : SimpleConfigCase(eglTestCtx, name, description, filters) in CreatePixmapSurfaceCase() 282 class CreatePbufferSurfaceCase : public SimpleConfigCase 286 : SimpleConfigCase(eglTestCtx, name, description, filters) in CreatePbufferSurfaceCase()
|
D | teglSurfacelessContextTests.cpp | 55 class SurfacelessContextCase : public SimpleConfigCase 65 : SimpleConfigCase(eglTestCtx, name, description, filters) in SurfacelessContextCase()
|
D | teglCreateContextTests.cpp | 63 class CreateContextCase : public SimpleConfigCase 73 : SimpleConfigCase(eglTestCtx, name, description, filters) in CreateContextCase()
|
D | teglRenderCase.hpp | 37 class RenderCase : public SimpleConfigCase
|
D | teglQuerySurfaceTests.cpp | 104 class QuerySurfaceCase : public SimpleConfigCase 114 : SimpleConfigCase(eglTestCtx, name, description, filters) in QuerySurfaceCase() 453 class SurfaceAttribCase : public SimpleConfigCase 463 : SimpleConfigCase(eglTestCtx, name, description, filters) in SurfaceAttribCase()
|
D | teglSwapBuffersTests.cpp | 85 class SwapBuffersTest : public SimpleConfigCase 101 : SimpleConfigCase(eglTestCtx, filters.getName(), filters.getDescription(), filters) in SwapBuffersTest()
|
D | teglNativeColorMappingTests.cpp | 277 class NativeColorMappingCase : public SimpleConfigCase 298 : SimpleConfigCase (eglTestCtx, name, description, filters) in NativeColorMappingCase()
|
D | teglNativeCoordMappingTests.cpp | 318 class NativeCoordMappingCase : public SimpleConfigCase 339 : SimpleConfigCase (eglTestCtx, name, description, filters) in NativeCoordMappingCase()
|
D | teglGetFrameTimestampsTests.cpp | 291 class GetFrameTimestampTest : public SimpleConfigCase 316 : SimpleConfigCase (eglTestCtx, filters.getName(), filters.getDescription(), filters) in GetFrameTimestampTest()
|
D | teglRenderCase.cpp | 75 : SimpleConfigCase (eglTestCtx, name, description, filters) in RenderCase()
|