Home
last modified time | relevance | path

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

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