Home
last modified time | relevance | path

Searched refs:m_contextType (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.hpp56 glu::ContextType getType(void) const { return m_contextType; } in getType()
64 const glu::ContextType m_contextType; member in tcu::OHOS_ROSEN::egl::OhosRendContext
DtcuOhosNativeContext.cpp62 : m_contextType(config.type) in OhosRendContext()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGLContextFactory.cpp71 glu::ContextType getType (void) const { return m_contextType; } in getType()
84 glu::ContextType m_contextType; member in tcu::wgl::__anonf25a697f0111::WGLContext
94 : m_contextType (config.type) in WGLContext()
/third_party/vk-gl-cts/modules/egl/
DteglThreadCleanUpTests.cpp171 , m_contextType (contextType) in ThreadCleanUpTest()
199 if (m_contextType == CONTEXTTYPE_SINGLE) in init()
279 const ContextType m_contextType; member in deqp::egl::__anon29e422c70111::ThreadCleanUpTest
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp205 glu::ContextType getType (void) const { return m_contextType; } in getType()
214 const glu::ContextType m_contextType; member in tcu::surfaceless::EglRenderContext
238 , m_contextType(config.type) in EglRenderContext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcContext.hpp84 glu::ContextType m_contextType; member in deqp::Context