Searched refs:m_rc (Results 1 – 3 of 3) sorted by relevance
150 : m_gl(0), m_is_debug(is_debug), m_rc(0), m_testContext(testContext), m_apiType(apiType) in TestBase()160 if (0 != m_rc) in ~TestBase()180 m_gl = &m_rc->getFunctions(); in init()196 m_rc = createRenderContext(platform, commandLine, renderCfg); in initDebug()197 m_rc->makeCurrent(); in initDebug()213 m_rc = createRenderContext(platform, commandLine, renderCfg); in initNonDebug()214 m_rc->makeCurrent(); in initNonDebug()222 delete m_rc; in done()224 m_rc = 0; in done()713 const GLuint id = test_case.m_create(m_gl, m_rc); in iterate()
68 glu::RenderContext* m_rc; member in glcts::KHRDebug::TestBase
541 SharedImpl() : m_rc( 0 ){} in SharedImpl()544 ++m_rc; in addRef()547 if( --m_rc == 0 ) in release()551 mutable unsigned int m_rc; member