Searched refs:m_wrapperCtx (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.hpp68 es3plus::Context* m_wrapperCtx; //!< Wrapper context member in class:glu::ES3PlusWrapperContext
H A DgluES3PlusWrapperContext.cpp621 , m_wrapperCtx (DE_NULL)
647 m_wrapperCtx = new es3plus::Context(*m_context);
649 es3plus::setCurrentContext(m_wrapperCtx);
657 delete m_wrapperCtx;
660 m_wrapperCtx = DE_NULL;
674 delete m_wrapperCtx;

Completed in 204 milliseconds