Searched refs:fNativeWindow (Results 1 – 2 of 2) sorted by relevance
16 fNativeWindow = (ANativeWindow*)hwnd; in SkOSWindow()107 ANativeWindow_setBuffersGeometry(fNativeWindow, 0, 0, format); in attach()109 surface = eglCreateWindowSurface(display, config, fNativeWindow, nullptr); in attach()
46 ANativeWindow* fNativeWindow; variable