Home
last modified time | relevance | path

Searched defs:getContextInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tools/graphite/
DContextFactory.cpp35 std::tuple<GraphiteTestContext*, sk_sp<skgpu::Context>> ContextFactory::getContextInfo( in getContextInfo() function in skiatest::graphite::ContextFactory
/third_party/vk-gl-cts/modules/gles2/
Dtes2Context.hpp53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() function in deqp::gles2::Context
/third_party/vk-gl-cts/modules/gles3/
Dtes3Context.hpp54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles3::Context
/third_party/vk-gl-cts/modules/gles31/
Dtes31Context.hpp54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() function in deqp::gles31::Context
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcContext.hpp67 const glu::ContextInfo& getContextInfo(void) const in getContextInfo() function in deqp::Context
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeTestShared.hpp68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
/third_party/skia/tools/gpu/
DGrContextFactory.cpp345 ContextInfo GrContextFactory::getContextInfo(ContextType type, ContextOverrides overrides) { in getContextInfo() function in sk_gpu_test::GrContextFactory