HomeSort by relevance Sort by last modified time
    Searched defs:Mat4 (Results 1 - 6 of 6) sorted by null

  /development/ndk/sources/android/ndk_helper/
vecmath.cpp 38 Vec4 Vec4::operator*( const Mat4& rhs ) const
49 // mat4
51 Mat4::Mat4()
57 Mat4::Mat4( const float* mIn )
63 Mat4 Mat4::operator*( const Mat4& rhs ) const
65 Mat4 ret
    [all...]
vecmath.h 37 class Mat4;
52 friend class Mat4;
256 friend class Mat4;
497 friend class Mat4;
695 Vec4 operator*( const Mat4& rhs ) const;
746 class Mat4
756 Mat4();
757 Mat4( const float* );
759 Mat4 operator*( const Mat4& rhs ) const
    [all...]
  /external/deqp/framework/common/
tcuMatrix.hpp 516 typedef Matrix4f Mat4;
  /external/deqp/modules/gles2/scripts/
genutil.py 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));
645 class Mat4(Mat):
  /external/deqp/modules/gles3/scripts/
genutil.py 615 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));
786 class Mat4(Mat):
  /external/deqp/modules/gles31/scripts/
genutil.py 617 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));
788 class Mat4(Mat):

Completed in 2114 milliseconds