Searched defs:getNative (Results 1 – 6 of 6) 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
68 virtual void* getNative() { return nullptr; } in getNative() function201 virtual EGLDisplay getNative() { return (EGLDisplay)0; } in getNative() function
251 virtual void* getNative() { return (void*)mNativeCtx; } in getNative() function in __anonb89d50680111::EglOsEglContext446 EGLDisplay EglOsEglDisplay::getNative() { in getNative() function in __anonb89d50680111::EglOsEglDisplay
75 const NativeWindow *getNative() const { return mNative; } in getNative() function