Home
last modified time | relevance | path

Searched refs:OhosPixmapFactory (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/pixmap/
DtcuOhosPixmapFactory.hpp45 class OhosPixmapFactory : public eglu::NativePixmapFactory class
48 OhosPixmapFactory (void) in OhosPixmapFactory() function in tcu::OHOS_ROSEN::egl::OhosPixmapFactory
DtcuOhosPixmapFactory.cpp46 NativePixmap* OhosPixmapFactory::createPixmap (NativeDisplay* nativeDisplay, in createPixmap()
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosEglDisplayFactory.cpp49 m_nativePixmapRegistry.registerFactory(new OhosPixmapFactory()); in OhosDisplayFactory()