Searched refs:dmat4x2 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat.hpp | 689 typedef lowp_dmat4x2 dmat4x2; typedef 699 typedef mediump_dmat4x2 dmat4x2; typedef 752 typedef highp_dmat4x2 dmat4x2; typedef
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 172 T(dmat4x2, 400, 999)
|
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 86 DECL_TYPE(dmat4x2, GL_DOUBLE_MAT4x2, GLSL_TYPE_DOUBLE, 2, 4)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 105 static const Type dmat4x2; member
|
H A D | gl4cEnhancedLayoutsTests.cpp | 146 const Type Type::dmat4x2 = Type::GetType(Type::Double, 4, 2); member in gl4cts::EnhancedLayouts::Utils::Type 468 { 0, "dmat4x2", "dmat4x3", "dmat4" }, in GetGLSLTypeName() 5445 type = Utils::Type::dmat4x2; in getType()
|
Completed in 41 milliseconds