Searched defs:getNative (Results 1 – 5 of 5) sorted by relevance
80 NativeType getNative (void) const { return m_native; } in getNative() function96 NativeType getNative (void) const { return m_native; } in getNative() function
76 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::UwpLibrary
79 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::Win32Library
109 void *getNative() const override { return mModule; } in getNative() function in angle::PosixLibrary
87 const NativeWindow *getNative() const { return mNative; } in getNative() function