Home
last modified time | relevance | path

Searched defs:translate (Results 1 – 9 of 9) sorted by relevance

/hardware/google/graphics/common/hwc3/impl/
DTranslateHwcAidl.h33 inline void translate(const T& in, U& out) { in translate() function
38 inline void translate(const std::optional<T>& in, std::optional<U>& out) { in translate() function
47 inline void translate(const std::vector<T>& in, std::vector<U>& out) { in translate() function
57 inline void translate(const hwc_vsync_period_change_timeline_t& in, in translate() function
65 inline void translate(const int32_t& fd, ndk::ScopedFileDescriptor& sfd) { in translate() function
71 inline void translate(const hwc_client_target_property& in, ClientTargetProperty& out) { in translate() function
77 inline void translate(const HwcMountOrientation& in, common::Transform& out) { in translate() function
108 inline void translate(const T& in, U& out) { in translate() function
113 inline void translate(const std::vector<std::optional<T>>& in, std::vector<U>& out) { in translate() function
125 inline void translate(const std::vector<T>& in, std::vector<U>& out) { in translate() function
[all …]
/hardware/interfaces/health/aidl/android/hardware/health/
Dtranslate-ndk.cpp81 __attribute__((warn_unused_result)) bool translate( in translate() function
91 __attribute__((warn_unused_result)) bool translate( in translate() function
108 __attribute__((warn_unused_result)) bool translate( in translate() function
140 __attribute__((warn_unused_result)) bool translate( in translate() function
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DCtUpdateAmbassador.cpp85 bool CtUpdateAmbassador::translate(IpaNatTimeoutUpdate in, HALNatTimeoutUpdate &out) { in translate() function in CtUpdateAmbassador
91 bool CtUpdateAmbassador::translate(IpaIpAddrPortPair in, HALIpAddrPortPair& out) { in translate() function in CtUpdateAmbassador
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DCtUpdateAmbassador.cpp88 bool CtUpdateAmbassador::translate(IpaNatTimeoutUpdate in, HALNatTimeoutUpdate &out) { in translate() function in CtUpdateAmbassador
94 bool CtUpdateAmbassador::translate(IpaIpAddrPortPair in, HALIpAddrPortPair& out) { in translate() function in CtUpdateAmbassador
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtransform.inl7 GLM_FUNC_QUALIFIER tmat4x4<T, P> translate(tvec3<T, P> const & v) function
Dmatrix_transform_2d.inl11 GLM_FUNC_QUALIFIER tmat3x3<T, P> translate( function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.cpp362 bool translate(bool hostUsesCoreProfile, in translate() function
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl11 GLM_FUNC_QUALIFIER tmat4x4<T, P> translate(tmat4x4<T, P> const & m, tvec3<T, P> const & v) function
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1303 float translate[2]; in render_swapchain_display() local