Searched defs:ContextWrapper (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/opengl/simplereference/ | ||
D | sglrContextWrapper.hpp | 35 class ContextWrapper class |
D | sglrContextWrapper.cpp | 30 ContextWrapper::ContextWrapper(void) : m_curCtx(nullptr) in ContextWrapper() function in sglr::ContextWrapper |
/external/deqp/modules/glshared/ | ||
D | glsLifetimeTests.hpp | 91 class ContextWrapper : public CallLogWrapper class |
D | glsLifetimeTests.cpp | 121 ContextWrapper::ContextWrapper(const Context &ctx) : CallLogWrapper(ctx.gl(), ctx.log()), m_ctx(ctx) in ContextWrapper() function in deqp::gls::LifetimeTests::details::ContextWrapper |