Home
last modified time | relevance | path

Searched refs:es3plus (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.hpp41 namespace es3plus namespace
68 es3plus::Context* m_wrapperCtx; //!< Wrapper context
DgluES3PlusWrapperContext.cpp47 namespace es3plus namespace
647 m_wrapperCtx = new es3plus::Context(*m_context); in ES3PlusWrapperContext()
649 es3plus::setCurrentContext(m_wrapperCtx); in ES3PlusWrapperContext()
650 es3plus::initFunctions(&m_functions, m_context->getFunctions()); in ES3PlusWrapperContext()
655 es3plus::setCurrentContext(DE_NULL); in ES3PlusWrapperContext()