OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toMat4
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/gles2/scripts/
genutil.py
107
def
toMat4
(lst): return [v.
toMat4
() for v in lst]
209
def
toMat4
(self): return self.toVec4().
toMat4
()
502
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));
613
def
toMat4
(self): return self.toMatrix(4, 4)
gen-conversions.py
319
genConversionCases([inFloat, inInt, inBool], [
toMat4
, toMat3, toMat2])))
322
#allConversionCases += genConversionCases([inVec4, inIVec4, inBVec4], [
toMat4
])
328
genConversionCases([inMat4, inMat3, inMat2], [
toMat4
, toMat3, toMat2])))
/external/vulkan-validation-layers/libs/glm/gtx/
quaternion.hpp
157
GLM_FUNC_DECL detail::tmat4x4<T, P>
toMat4
(
/external/deqp/modules/gles3/scripts/
gen-conversions.py
351
genConversionCases([inFloat, inInt, inUint, inBool], [
toMat4
, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
354
#allConversionCases += genConversionCases([inVec4, inIVec4, inBVec4], [
toMat4
])
360
genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [
toMat4
, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
genutil.py
117
def
toMat4
(lst): return [v.
toMat4
() for v in lst]
231
def
toMat4
(self): return Mat.fromScalar(4, 4, float(self.x))
621
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));
760
def
toMat4
(self): return self.toMatrix(4, 4)
/external/deqp/modules/gles31/scripts/
genutil.py
117
def
toMat4
(lst): return [v.
toMat4
() for v in lst]
231
def
toMat4
(self): return Mat.fromScalar(4, 4, float(self.x))
623
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));
762
def
toMat4
(self): return self.toMatrix(4, 4)
Completed in 740 milliseconds