Home
last modified time | relevance | path

Searched defs:mat3x4 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp341 typedef lowp_mat3x4 mat3x4; typedef
351 typedef mediump_mat3x4 mat3x4; typedef
384 typedef highp_mat3x4 mat3x4; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp153 TType *mat3x4 = new TType(EbtFloat, 3, 4); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h557 const ast::Matrix* mat3x4(const ast::Type* type) const { in mat3x4() function
619 const ast::Matrix* mat3x4() const { in mat3x4() function
1269 const ast::CallExpression* mat3x4(ARGS&&... args) { in mat3x4() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp121 static const Type mat3x4; member
Dgl4cEnhancedLayoutsTests.cpp162 const Type Type::mat3x4 = Type::GetType(Type::Float, 3, 4); member in gl4cts::EnhancedLayouts::Utils::Type