Searched defs:getContextInfo (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/ | ||
D | tes2Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() function in deqp::gles2::Context |
/external/deqp/modules/gles31/ | ||
D | tes31Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles31::Context |
/external/deqp/modules/gles3/ | ||
D | tes3Context.hpp | 53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::Context |
/external/skia/src/gpu/ | ||
D | GrContextFactory.cpp | 62 GrContextFactory::ContextInfo GrContextFactory::getContextInfo(GLContextType type, in getContextInfo() function in GrContextFactory |
/external/deqp/modules/gles31/functional/ | ||
D | es31fNegativeTestShared.hpp | 68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext |