Home
last modified time | relevance | path

Searched refs:NativeSurface (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglImageUtil.cpp82 struct NativeSurface : public ManagedSurface struct
85 explicit NativeSurface (MovePtr<UniqueSurface> surface, in NativeSurface() argument
94 typedef NativeSurface<NativeWindow> NativeWindowSurface;
95 typedef NativeSurface<NativePixmap> NativePixmapSurface;
/third_party/mesa3d/src/egl/main/
Deglsurface.h176 void *NativeSurface; member
Deglsurface.c450 surf->NativeSurface = native_surface; in _eglInitSurface()
Deglapi.c954 if (surf->NativeSurface == native_surface) in _eglNativeSurfaceAlreadyUsed()