Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp337 typedef lowp_mat2x3 mat2x3; typedef
347 typedef mediump_mat2x3 mat2x3; typedef
364 typedef highp_mat2x3 mat2x3; typedef
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp149 TType *mat2x3 = new TType(EbtFloat, 2, 3); in InsertBuiltInFunctions() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp117 static const Type mat2x3; member
Dgl4cEnhancedLayoutsTests.cpp158 const Type Type::mat2x3 = Type::GetType(Type::Float, 2, 3); member in gl4cts::EnhancedLayouts::Utils::Type