Home
last modified time | relevance | path

Searched refs:isIdentity (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_query.hpp48 GLM_FUNC_DECL bool isIdentity(matType<T, P> const & m, T const & epsilon);
Dmatrix_query.inl34 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) function
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp890 const bool isIdentity = (std::equal(matrix.begin(), matrix.end(), kIdentity.begin())); in setColorTransform() local
891 const common::ColorTransform hint = isIdentity ? common::ColorTransform::IDENTITY in setColorTransform()