Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp344 typedef lowp_mat4x4 mat4x4; typedef
354 typedef mediump_mat4x4 mat4x4; typedef
399 typedef highp_mat4x4 mat4x4; typedef
/third_party/skia/third_party/externals/tint/src/resolver/
Dcall_test.cc46 using mat4x4 = builder::mat4x4<T>; typedef
Dresolver_test_helper.h157 using mat4x4 = mat<4, 4, T>; variable
Dinferred_type_test.cc39 using mat4x4 = builder::mat4x4<T>; typedef
Dentry_point_validation_test.cc43 using mat4x4 = builder::mat4x4<T>; typedef
Dtype_validation_test.cc44 using mat4x4 = builder::mat4x4<T>; typedef
Ddecoration_validation_test.cc38 using mat4x4 = builder::mat4x4<T>; typedef
Dresolver_test.cc76 using mat4x4 = builder::mat4x4<T>; typedef
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h575 const ast::Matrix* mat4x4(const ast::Type* type) const { in mat4x4() function
637 const ast::Matrix* mat4x4() const { in mat4x4() function
1293 const ast::CallExpression* mat4x4(ARGS&&... args) { in mat4x4() function
/third_party/flutter/glfw/deps/
Dlinmath.h83 typedef vec4 mat4x4[4]; typedef