Searched defs:GetConfigAttribCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp194 class GetConfigAttribCase : public TestCase, protected eglu::CallLogWrapper class in namespace:deqp::egl
197 GetConfigAttribCase (EglTestContext& eglTestCtx, const char* name, const char* description);
215 GetConfigAttribCase::GetConfigAttribCase (EglTestContext& eglTestCtx, const char* name, const char* description) function in class:deqp::egl::GetConfigAttribCase
222 void GetConfigAttribCase::init (void)
232 void GetConfigAttribCase::deinit (void)
238 tcu::TestNode::IterateResult GetConfigAttribCase::iterate (void)
269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue)
283 class GetConfigAttribSimpleCase : public GetConfigAttribCase
287 : GetConfigAttribCase(eglTestCt
[all...]

Completed in 41 milliseconds