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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 24 mTransform.setIdentity();
55 float[][] m = mTransform.m;
86 shape.animateTransform(mTransform);
92 M4 mTransform = new M4();
GLShape.java 75 if (mTransform != null)
76 transform = mTransform.multiply(transform);
89 if (mTransform == null) {
90 mTransform = new M4(mAnimateTransform);
92 mTransform = mTransform.multiply(mAnimateTransform);
96 public M4 mTransform;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h 34 uint32_t mTransform;
Camera3OutputStream.h 246 int mTransform;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 90 // mTransform is the current transform flags for this buffer slot.
91 uint32_t mTransform;
  /device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.h 396 hwc_transform_t getTransform() {return (hwc_transform_t)mTransform; }
411 HWC2::Transform mTransform;

Completed in 5034 milliseconds