Searched defs:getContextInfo (Results 1 – 7 of 7) sorted by relevance
35 std::tuple<GraphiteTestContext*, sk_sp<skgpu::Context>> ContextFactory::getContextInfo( in getContextInfo() function in skiatest::graphite::ContextFactory
53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() function in deqp::gles2::Context
54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::Context
54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles31::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
345 ContextInfo GrContextFactory::getContextInfo(ContextType type, ContextOverrides overrides) { in getContextInfo() function in sk_gpu_test::GrContextFactory