Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/gtx/
Dmatrix_query.inl43 GLM_FUNC_QUALIFIER bool isIdentity(matType<T, P> const & m, T const & epsilon) function
/external/skia/include/utils/
DSkMatrix44.h210 inline bool isIdentity() const { in isIdentity() function
/external/skia/include/core/
DSkMatrix.h73 bool isIdentity() const { in isIdentity() function
/external/opencv3/modules/core/src/
Dmatop.cpp212 static inline bool isIdentity(const MatExpr& e) { return e.op == &g_MatOp_Identity; } in isIdentity() function