Home
last modified time | relevance | path

Searched defs:NativeWindowSurface (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DNativeWindowSurface.cpp30 class NativeWindowSurface final : public surfaceflinger::NativeWindowSurface { in createNativeWindowSurface() class
32 explicit NativeWindowSurface(const sp<IGraphicBufferProducer>& producer) in createNativeWindowSurface() function in android::surfaceflinger::impl::createNativeWindowSurface::NativeWindowSurface
H A DSurfaceFlingerFactory.h63 class NativeWindowSurface; variable
/aosp_15_r20/external/deqp/modules/egl/
H A DteglImageUtil.cpp94 typedef NativeSurface<NativeWindow> NativeWindowSurface; typedef