Lines Matching refs:eglTestCtx
83 GetConfigsBoundsCase (EglTestContext& eglTestCtx, const char* name, const char* description) in GetConfigsBoundsCase() argument
84 : TestCase (eglTestCtx, name, description) in GetConfigsBoundsCase()
85 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in GetConfigsBoundsCase()
197 GetConfigAttribCase (EglTestContext& eglTestCtx, const char* name, const char* description);
215 GetConfigAttribCase::GetConfigAttribCase (EglTestContext& eglTestCtx, const char* name, const char*… in GetConfigAttribCase() argument
216 : TestCase (eglTestCtx, name, description) in GetConfigAttribCase()
217 , CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in GetConfigAttribCase()
286 …GetConfigAttribSimpleCase (EglTestContext& eglTestCtx, const char* name, const char* description, … in GetConfigAttribSimpleCase() argument
287 : GetConfigAttribCase(eglTestCtx, name, description) in GetConfigAttribSimpleCase()
430 …GetConfigAttribBufferSizeCase (EglTestContext& eglTestCtx, const char* name, const char* descripti… in GetConfigAttribBufferSizeCase() argument
431 : GetConfigAttribCase(eglTestCtx, name, description) in GetConfigAttribBufferSizeCase()
500 …GetConfigAttribTransparentValueCase (EglTestContext& eglTestCtx, const char* name, const char* des… in GetConfigAttribTransparentValueCase() argument
501 : GetConfigAttribCase(eglTestCtx, name, description) in GetConfigAttribTransparentValueCase()
531 QueryConfigTests::QueryConfigTests (EglTestContext& eglTestCtx) in QueryConfigTests() argument
532 : TestCaseGroup(eglTestCtx, "query_config", "Surface config query tests") in QueryConfigTests()