Searched refs:mNativeWindow (Results 1 – 2 of 2) sorted by relevance
72 DestoryNativeWindow(mNativeWindow); in ~RSSurfaceOhosVulkan()73 mNativeWindow = nullptr; in ~RSSurfaceOhosVulkan()84 NativeWindowCancelBuffer(mNativeWindow, key); in SetNativeWindowInfo()93 NativeWindowHandleOpt(mNativeWindow, GET_FORMAT, &format); in SetNativeWindowInfo()106 NativeWindowHandleOpt(mNativeWindow, SET_USAGE, bufferUsage_); in SetNativeWindowInfo()110 NativeWindowHandleOpt(mNativeWindow, SET_TIMEOUT, timeOut_); in SetNativeWindowInfo()168 if (mNativeWindow == nullptr) { in RequestFrame()188 NativeObjectReference(mNativeWindow); in RequestFrame()189 nativeSurface.window = mNativeWindow; in RequestFrame()334 NativeWindowCancelBuffer(mNativeWindow, key); in SetColorSpace()[all …]
92 struct NativeWindow* mNativeWindow = nullptr; variable