Home
last modified time | relevance | path

Searched refs:toMat3 (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py128 def toMat3(lst): return [v.toMat3() for v in lst] function
230 def toMat3(self): return self.toVec3().toMat3() member in Scalar
431 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z)); member in Vec3
631 def toMat3 (self): return self.toMatrix(3, 3) member in Mat
H A Dgen-conversions.py319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
323 #allConversionCases += genConversionCases([inVec3, inIVec3, inBVec3], [toMat3])
328 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py287 inMat3 = toMat3(inMat4)
351 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
355 #allConversionCases += genConversionCases([inVec3, inIVec3, inBVec3], [toMat3])
360 genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
H A Dgenutil.py135 def toMat3(lst): return [v.toMat3() for v in lst] function
249 def toMat3(self): return Mat.fromScalar(3, 3, float(self.x)) member in Scalar
523 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z)); member in Vec3
778 def toMat3 (self): return self.toMatrix(3, 3) member in Mat
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dquaternion.hpp124 GLM_FUNC_DECL tmat3x3<T, P> toMat3( in toMat3() function
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py135 def toMat3(lst): return [v.toMat3() for v in lst] function
249 def toMat3(self): return Mat.fromScalar(3, 3, float(self.x)) member in Scalar
525 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z)); member in Vec3
780 def toMat3 (self): return self.toMatrix(3, 3) member in Mat

Completed in 7 milliseconds