HomeSort by relevance Sort by last modified time
    Searched refs:ScreenContext (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 106 class ScreenContext : public RawContext
109 ScreenContext (ScreenManager* screenManager, const glu::RenderConfig& config);
110 ~ScreenContext (void);
tcuIOSPlatform.mm 83 return new ScreenContext(m_screenManager, config);
184 // ScreenContext
186 ScreenContext::ScreenContext (ScreenManager* screenManager, const glu::RenderConfig& config)
206 ScreenContext::~ScreenContext (void)
211 void ScreenContext::createFramebuffer (const glu::RenderConfig& config)
284 void ScreenContext::postIterate (void)

Completed in 173 milliseconds