Searched defs:getContextInfo (Results 1 – 7 of 7) sorted by relevance
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::Context
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles31::Context
53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() function in deqp::gles2::Context
67 const glu::ContextInfo& getContextInfo(void) const in getContextInfo() function in deqp::Context
68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
293 ContextInfo GrContextFactory::getContextInfo(ContextType type, ContextOverrides overrides) { in getContextInfo() function in sk_gpu_test::GrContextFactory