Home
last modified time | relevance | path

Searched defs:mTextureTransform (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java103 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java105 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture()
H A DGLES11Canvas.java406 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture()
718 private void setTextureCoords(float[] mTextureTransform) { in setTextureCoords()