Lines Matching refs:eglTestCtx
111 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() argument
112 : TestCase (eglTestCtx, name, description) in ChooseConfigCase()
124 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() argument
125 : TestCase (eglTestCtx, name, description) in ChooseConfigCase()
152 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() argument
153 : TestCase (eglTestCtx, name, description) in ChooseConfigCase()
309 …ChooseConfigSimpleCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGL… in ChooseConfigSimpleCase() argument
310 : ChooseConfigCase(eglTestCtx, name, description, checkOrder) in ChooseConfigSimpleCase()
334 …ChooseConfigRandomCase (EglTestContext& eglTestCtx, const char* name, const char* description, con… in ChooseConfigRandomCase() argument
335 : ChooseConfigCase (eglTestCtx, name, description, true) in ChooseConfigRandomCase()
472 ChooseConfigTests::ChooseConfigTests (EglTestContext& eglTestCtx) in ChooseConfigTests() argument
473 : TestCaseGroup(eglTestCtx, "choose_config", "eglChooseConfig() tests") in ChooseConfigTests()