Home
last modified time | relevance | path

Searched defs:mat3x2 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp339 typedef lowp_mat3x2 mat3x2; typedef
349 typedef mediump_mat3x2 mat3x2; typedef
374 typedef highp_mat3x2 mat3x2; typedef
/third_party/skia/third_party/externals/tint/src/resolver/
Dcall_test.cc42 using mat3x2 = builder::mat3x2<T>; typedef
Dresolver_test_helper.h151 using mat3x2 = mat<3, 2, T>; variable
Dresolver_test.cc72 using mat3x2 = builder::mat3x2<T>; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp151 TType *mat3x2 = new TType(EbtFloat, 3, 2); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h545 const ast::Matrix* mat3x2(const ast::Type* type) const { in mat3x2() function
607 const ast::Matrix* mat3x2() const { in mat3x2() function
1253 const ast::CallExpression* mat3x2(ARGS&&... args) { in mat3x2() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp119 static const Type mat3x2; member
Dgl4cEnhancedLayoutsTests.cpp160 const Type Type::mat3x2 = Type::GetType(Type::Float, 3, 2); member in gl4cts::EnhancedLayouts::Utils::Type