HomeSort by relevance Sort by last modified time
    Searched refs:m_wrapperCtx (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.hpp 68 es3plus::Context* m_wrapperCtx; //!< Wrapper context
gluES3PlusWrapperContext.cpp 505 , m_wrapperCtx (DE_NULL)
531 m_wrapperCtx = new es3plus::Context(m_context->getFunctions());
533 es3plus::setCurrentContext(m_wrapperCtx);
541 delete m_wrapperCtx;
544 m_wrapperCtx = DE_NULL;
558 delete m_wrapperCtx;

Completed in 145 milliseconds