HomeSort by relevance Sort by last modified time
    Searched refs:GetTransformMatrix (Results 1 - 8 of 8) sorted by null

  /development/ndk/sources/android/ndk_helper/
tapCamera.h 91 Mat4& GetTransformMatrix();
tapCamera.cpp 142 Mat4& TapCamera::GetTransformMatrix()
  /external/skia/src/gpu/gl/
GrGLGeometryProcessor.h 91 const SkMatrix& transform = GetTransformMatrix(localMatrix, *transforms[t]);
GrGLPrimitiveProcessor.cpp 12 SkMatrix GrGLPrimitiveProcessor::GetTransformMatrix(const SkMatrix& localMatrix,
GrGLPrimitiveProcessor.h 74 static SkMatrix GetTransformMatrix(const SkMatrix& localMatrix, const GrCoordTransform&);
GrGLPathProcessor.cpp 116 const SkMatrix& transform = GetTransformMatrix(pathProc.localMatrix(),
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 140 mat_view_ = camera_->GetTransformMatrix() * mat_view_
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 263 mat_view_ = camera_->GetTransformMatrix() * mat_view_ * camera_->GetRotationMatrix();

Completed in 6422 milliseconds