Home
last modified time | relevance | path

Searched defs:mat4x2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp342 typedef lowp_mat4x2 mat4x2; typedef
352 typedef mediump_mat4x2 mat4x2; typedef
389 typedef highp_mat4x2 mat4x2; typedef
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp154 TType *mat4x2 = new TType(EbtFloat, 4, 2); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h563 const ast::Matrix* mat4x2(const ast::Type* type) const { in mat4x2() function
625 const ast::Matrix* mat4x2() const { in mat4x2() function
1277 const ast::CallExpression* mat4x2(ARGS&&... args) { in mat4x2() function