Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
Dsksl.inc158 float4x4 transpose(float4x4 m);
167 float determinant(float4x4 m);
170 float4x4 inverse(float4x4 m);
/external/skia/src/sksl/
Dsksl.inc158 float4x4 transpose(float4x4 m);
167 float determinant(float4x4 m);
170 float4x4 inverse(float4x4 m);
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp136 …typedef detail::tmat4x4<float, highp> float4x4; //!< \brief single-precision floating-point matr… typedef