Home
last modified time | relevance | path

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

/external/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
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp153 TType *mat3x4 = new TType(EbtFloat, 3, 4); in InsertBuiltInFunctions() local
/external/deqp/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