Searched defs:toMat4 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | quaternion.hpp | 131 GLM_FUNC_DECL tmat4x4<T, P> toMat4( in toMat4() function
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 139 def toMat4(lst): return [v.toMat4() for v in lst] function 253 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x)) member in Scalar 643 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w)); member in Vec4 782 def toMat4 (self): return self.toMatrix(4, 4) member in Mat
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 139 def toMat4(lst): return [v.toMat4() for v in lst] function 253 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x)) member in Scalar 645 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w)); member in Vec4 784 def toMat4 (self): return self.toMatrix(4, 4) member in Mat
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 129 def toMat4(lst): return [v.toMat4() for v in lst] function 231 def toMat4(self): return self.toVec4().toMat4() member in Scalar 524 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w)); member in Vec4 635 def toMat4 (self): return self.toMatrix(4, 4) member in Mat
|
Completed in 5 milliseconds