Home
last modified time | relevance | path

Searched defs:native (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DPath.h74 const StringType& native() const { return m_PathName; } in native() function
75 StringType& native() { return m_PathName; } in native() function
/frameworks/native/opengl/libs/EGL/
Degl_object.h71 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp384 unsigned native, dummy; in parseFormatSpec() local
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp47 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { in TranslateNativeToVulkanTransform()