Home
last modified time | relevance | path

Searched refs:setCurrentThreadFunctions (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/
Dtes2Context.cpp49 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions()); in Context()
53 glw::setCurrentThreadFunctions(nullptr); in Context()
65 glw::setCurrentThreadFunctions(nullptr); in ~Context()
/external/deqp/modules/gles3/
Dtes3Context.cpp49 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions()); in Context()
53 glw::setCurrentThreadFunctions(nullptr); in Context()
65 glw::setCurrentThreadFunctions(nullptr); in ~Context()
/external/deqp/framework/opengl/wrapper/
DglwWrapper.cpp45 void setCurrentThreadFunctions(const glw::Functions *gl) in setCurrentThreadFunctions() function
88 void setCurrentThreadFunctions(const glw::Functions *gl)
DglwWrapper.hpp34 void setCurrentThreadFunctions(const glw::Functions *gl);
/external/deqp/external/openglcts/modules/common/
DglcContext.cpp67 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions()); in createRenderContext()