Home
last modified time | relevance | path

Searched refs:toMat2 (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py127 def toMat2(lst): return [v.toMat2() for v in lst] function
229 def toMat2(self): return self.toVec2().toMat2() member in Scalar
345 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y)); member in Vec2
523 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
627 def toMat2 (self): return self.toMatrix(2, 2) member in Mat
H A Dgen-conversions.py319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
324 #allConversionCases += genConversionCases([inVec2, inIVec2, inBVec2], [toMat2])
328 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py131 def toMat2(lst): return [v.toMat2() for v in lst] function
245 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x)) member in Scalar
412 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y)); member in Vec2
642 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
774 def toMat2 (self): return self.toMatrix(2, 2) member in Mat
H A Dgen-conversions.py351 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
356 #allConversionCases += genConversionCases([inVec2, inIVec2, inBVec2], [toMat2])
360 genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py131 def toMat2(lst): return [v.toMat2() for v in lst] function
245 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x)) member in Scalar
414 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y)); member in Vec2
644 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
776 def toMat2 (self): return self.toMatrix(2, 2) member in Mat

Completed in 7 milliseconds