Searched defs:native (Results 1 – 3 of 3) sorted by relevance
74 const StringType& native() const { return m_PathName; } in native() function75 StringType& native() { return m_PathName; } in native() function
71 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
74 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { in TranslateNativeToVulkanTransform()