Searched refs:window_handle (Results 1 – 2 of 2) sorted by relevance
111 int AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle);130 int FindSurfaceIdForWindow(const WindowHandle* window_handle);
206 int GLEnv::AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle) { in AddWindowSurface() argument208 surfaces_[id] = SurfaceWindowPair(surface, window_handle); in AddWindowSurface()262 int GLEnv::FindSurfaceIdForWindow(const WindowHandle* window_handle) { in FindSurfaceIdForWindow() argument267 if (my_handle && my_handle->Equals(window_handle)) { in FindSurfaceIdForWindow()