Lines Matching refs:eglTestCtx
113 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() argument
114 : TestCase (eglTestCtx, name, description) in ChooseConfigCase()
126 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() argument
127 : TestCase (eglTestCtx, name, description) in ChooseConfigCase()
154 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() argument
155 : TestCase (eglTestCtx, name, description) in ChooseConfigCase()
311 …ChooseConfigSimpleCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGL… in ChooseConfigSimpleCase() argument
312 : ChooseConfigCase(eglTestCtx, name, description, checkOrder) in ChooseConfigSimpleCase()
336 …ChooseConfigRandomCase (EglTestContext& eglTestCtx, const char* name, const char* description, con… in ChooseConfigRandomCase() argument
337 : ChooseConfigCase (eglTestCtx, name, description, true) in ChooseConfigRandomCase()
478 ColorComponentTypeCase (EglTestContext& eglTestCtx, const char* name, EGLenum value) in ColorComponentTypeCase() argument
479 : ChooseConfigCase (eglTestCtx, name, "", true /* sorting order is validated */) in ColorComponentTypeCase()
510 ChooseConfigTests::ChooseConfigTests (EglTestContext& eglTestCtx) in ChooseConfigTests() argument
511 : TestCaseGroup(eglTestCtx, "choose_config", "eglChooseConfig() tests") in ChooseConfigTests()