Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp343 typedef lowp_mat4x3 mat4x3; typedef
353 typedef mediump_mat4x3 mat4x3; typedef
394 typedef highp_mat4x3 mat4x3; typedef
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp155 TType *mat4x3 = new TType(EbtFloat, 4, 3); in InsertBuiltInFunctions() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp123 static const Type mat4x3; member
Dgl4cEnhancedLayoutsTests.cpp164 const Type Type::mat4x3 = Type::GetType(Type::Float, 4, 3); member in gl4cts::EnhancedLayouts::Utils::Type