Home
last modified time | relevance | path

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

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