HomeSort by relevance Sort by last modified time
    Searched refs:SimpleConfigCase (Results 1 - 11 of 11) sorted by null

  /external/deqp/modules/egl/
teglSimpleConfigCase.hpp 38 class SimpleConfigCase : public TestCase
41 SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters);
42 virtual ~SimpleConfigCase (void);
54 SimpleConfigCase (const SimpleConfigCase& other);
55 SimpleConfigCase& operator= (const SimpleConfigCase& other);
teglSimpleConfigCase.cpp 44 SimpleConfigCase::SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const FilterList& filters)
51 SimpleConfigCase::~SimpleConfigCase (void)
55 void SimpleConfigCase::init (void)
88 void SimpleConfigCase::deinit (void)
98 SimpleConfigCase::IterateResult SimpleConfigCase::iterate (void)
teglCreateContextTests.cpp 41 class CreateContextCase : public SimpleConfigCase
51 : SimpleConfigCase(eglTestCtx, name, description, filters)
teglCreateSurfaceTests.cpp 107 class CreateWindowSurfaceCase : public SimpleConfigCase
111 : SimpleConfigCase (eglTestCtx, name, description, filters)
165 class CreatePixmapSurfaceCase : public SimpleConfigCase
169 : SimpleConfigCase(eglTestCtx, name, description, filters)
222 class CreatePbufferSurfaceCase : public SimpleConfigCase
226 : SimpleConfigCase(eglTestCtx, name, description, filters)
teglSurfacelessContextTests.cpp 55 class SurfacelessContextCase : public SimpleConfigCase
65 : SimpleConfigCase(eglTestCtx, name, description, filters)
teglRenderCase.hpp 37 class RenderCase : public SimpleConfigCase
teglSwapBuffersTests.cpp 85 class SwapBuffersTest : public SimpleConfigCase
101 : SimpleConfigCase(eglTestCtx, filters.getName(), filters.getDescription(), filters)
teglQuerySurfaceTests.cpp 104 class QuerySurfaceCase : public SimpleConfigCase
114 : SimpleConfigCase(eglTestCtx, name, description, filters)
453 class SurfaceAttribCase : public SimpleConfigCase
463 : SimpleConfigCase(eglTestCtx, name, description, filters)
teglRenderCase.cpp 75 : SimpleConfigCase (eglTestCtx, name, description, filters)
teglNativeColorMappingTests.cpp 277 class NativeColorMappingCase : public SimpleConfigCase
298 : SimpleConfigCase (eglTestCtx, name, description, filters)
teglNativeCoordMappingTests.cpp 318 class NativeCoordMappingCase : public SimpleConfigCase
339 : SimpleConfigCase (eglTestCtx, name, description, filters)

Completed in 1184 milliseconds