Searched refs:setCurrentThreadFunctions (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/wrapper/
H A DglwWrapper.hpp34 void setCurrentThreadFunctions (const glw::Functions* gl);
H A DglwWrapper.cpp45 void setCurrentThreadFunctions (const glw::Functions* gl) function in namespace:glw
89 void setCurrentThreadFunctions (const glw::Functions* gl)
/external/deqp/modules/gles2/
H A Dtes2Context.cpp51 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions());
55 glw::setCurrentThreadFunctions(DE_NULL);
67 glw::setCurrentThreadFunctions(DE_NULL);
/external/deqp/modules/gles3/
H A Dtes3Context.cpp48 glw::setCurrentThreadFunctions(&m_renderCtx->getFunctions());
52 glw::setCurrentThreadFunctions(DE_NULL);
64 glw::setCurrentThreadFunctions(DE_NULL);

Completed in 159 milliseconds