Searched defs:getNative (Results 1 – 4 of 4) sorted by relevance
70 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::UwpLibrary
74 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::Win32Library
101 void *getNative() const override { return mModule; } in getNative() function in angle::PosixLibrary
75 const NativeWindow *getNative() const { return mNative; } in getNative() function