Searched defs:drawTextureRect (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 362 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() method in GLES20Canvas 401 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() method in GLES20Canvas
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() method in GLES20Canvas 667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() method in GLES20Canvas
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() method in GLES20Canvas 667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() method in GLES20Canvas
|