Home
last modified time | relevance | path

Searched refs:GLContextFactory (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluGLContextFactory.hpp48 class GLContextFactory : public glu::ContextFactory class
51 GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry);
DCMakeLists.txt5 # GLContextFactory uses glu
DegluGLContextFactory.cpp594 GLContextFactory::GLContextFactory (const NativeDisplayFactoryRegistry& displayFactoryRegistry) in GLContextFactory() function in eglu::GLContextFactory
600 glu::RenderContext* GLContextFactory::createContext (const glu::RenderConfig& config, const tcu::Co… in createContext()
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxEglPlatform.cpp57 …return de::MovePtr<glu::ContextFactory>(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)… in createContextFactory()
/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/
DtcuOhosNativePixmap.cpp34 using eglu::GLContextFactory;
DtcuOhosNativePixmap.hpp35 using eglu::GLContextFactory;
DtcuOhosPixmapFactory.cpp36 using eglu::GLContextFactory;
DtcuOhosPixmapFactory.hpp35 using eglu::GLContextFactory;
/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosWindowFactory.hpp37 using eglu::GLContextFactory;
DtcuOhosWindowFactory.cpp35 using eglu::GLContextFactory;
DtcuOhosNativeWindow.hpp37 using eglu::GLContextFactory;
DtcuOhosNativeWindow.cpp34 using eglu::GLContextFactory;
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosEglDisplayFactory.cpp34 using eglu::GLContextFactory;
DtcuOhosNativeDisplay.cpp31 using eglu::GLContextFactory;
DtcuOhosNativeDisplay.hpp35 using eglu::GLContextFactory;
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Platform.cpp83 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.hpp40 using eglu::GLContextFactory;
DtcuOhosNativeContext.cpp32 using eglu::GLContextFactory;
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.cpp139 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/vk-gl-cts/framework/platform/raspi/
DtcuRaspiPlatform.cpp180 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLEPlatform.cpp109 new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)); in ANGLEPlatform()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp48 using eglu::GLContextFactory;
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLEPlatform.cpp150 new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry)); in ANGLEPlatform()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp64 using eglu::GLContextFactory;
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp312 …m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry… in Platform()