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

  /external/chromium_org/ui/gl/android/
surface_texture.h 47 void GetTransformMatrix(float mtx[16]);
surface_texture.cc 75 void SurfaceTexture::GetTransformMatrix(float mtx[16]) {
  /development/ndk/sources/android/ndk_helper/
tapCamera.h 91 Mat4& GetTransformMatrix();
tapCamera.cpp 142 Mat4& TapCamera::GetTransformMatrix()
  /external/chromium_org/content/common/gpu/
stream_texture_android.cc 142 surface_texture_->GetTransformMatrix(mtx);
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_synchronous_impl.cc 124 // GetTransformMatrix only returns something valid after both is true:
129 surface_texture_->GetTransformMatrix(matrix);
  /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();
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 334 surface_texture_->GetTransformMatrix(transfrom_matrix);

Completed in 82 milliseconds