Home | History | Annotate | Download | only in gles31

Lines Matching defs:Context

21  * \brief OpenGL ES 3.1 test context.
37 Context::Context (tcu::TestContext& testCtx)
46 // \todo [2016-11-15 pyry] Many tests (erroneously) inspect context type
48 // and revert dummy context to advertise unknown context type.
53 Context::~Context (void)
58 void Context::createRenderContext (void)
81 void Context::destroyRenderContext (void)
90 const tcu::RenderTarget& Context::getRenderTarget (void) const