Home
last modified time | relevance | path

Searched defs:mat4x4 (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat.hpp370 typedef lowp_mat4x4 mat4x4; typedef
380 typedef mediump_mat4x4 mat4x4; typedef
425 typedef highp_mat4x4 mat4x4; typedef
/external/opencv3/modules/core/test/
Dtest_operations.cpp152 Mat mat4x4(4, 4, CV_32F); in TestMat() local
529 Mat_<float> mat4x4(4, 4); in TestTemplateMat() local
/external/vulkan-validation-layers/demos/
Dlinmath.h122 typedef vec4 mat4x4[4]; typedef