Home
last modified time | relevance | path

Searched defs:getNative (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp80 NativeType getNative (void) const { return m_native; } in getNative() function
96 NativeType getNative (void) const { return m_native; } in getNative() function
/external/angle/src/common/
Dsystem_utils_winuwp.cpp76 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::UwpLibrary
Dsystem_utils_win32.cpp79 void *getNative() const override { return reinterpret_cast<void *>(mModule); } in getNative() function in angle::Win32Library
Dsystem_utils_posix.cpp109 void *getNative() const override { return mModule; } in getNative() function in angle::PosixLibrary
/external/angle/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.h87 const NativeWindow *getNative() const { return mNative; } in getNative() function