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

  /external/skia/src/gpu/glsl/
GrGLSLPrimitiveProcessor.cpp 15 SkMatrix GrGLSLPrimitiveProcessor::GetTransformMatrix(const SkMatrix& localMatrix,
GrGLSLPrimitiveProcessor.h 87 static SkMatrix GetTransformMatrix(const SkMatrix& localMatrix, const GrCoordTransform&);
GrGLSLGeometryProcessor.h 107 const SkMatrix& transform = GetTransformMatrix(localMatrix, *transforms[t]);
  /development/ndk/sources/android/ndk_helper/
tapCamera.h 91 Mat4& GetTransformMatrix();
tapCamera.cpp 142 Mat4& TapCamera::GetTransformMatrix()
  /external/skia/src/gpu/
GrPathProcessor.cpp 104 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 1318 milliseconds