/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 128 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, floa… member in Vec3 631 def toMat3 (self): return self.toMatrix(3, 3) member in Mat
|
D | gen-conversions.py | 319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2]))) 328 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 287 inMat3 = toMat3(inMat4) 351 …genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3… 360 …3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x…
|
D | genutil.py | 135 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, floa… member in Vec3 778 def toMat3 (self): return self.toMatrix(3, 3) member in Mat
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | quaternion.hpp | 150 GLM_FUNC_DECL detail::tmat3x3<T, P> toMat3( in toMat3() function
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 135 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, floa… member in Vec3 780 def toMat3 (self): return self.toMatrix(3, 3) member in Mat
|