Searched refs:fWindowSurface (Results 1 – 4 of 4) sorted by relevance
63 message.fWindowSurface = &fWindowSurface; in ThreadedSurface()69 message.fWindowSurface = &fWindowSurface; in release()81 message.fWindowSurface = &fWindowSurface; in flushAndSubmit()
46 *message.fWindowSurface = new WindowSurface(message.fNativeWindow, std::move(winctx)); in message_callback()52 if(auto* windowSurface = reinterpret_cast<Surface*>(*message.fWindowSurface)){ in message_callback()61 if(auto* windowSurface = reinterpret_cast<Surface*>(*message.fWindowSurface)){ in message_callback()
34 WindowSurface** fWindowSurface = nullptr; member
68 WindowSurface* fWindowSurface = nullptr; variable