Searched defs:drawTextureRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { method in class:GLES20Canvas
630 drawTextureRect(texture, mTempTextureMatrix, target);
667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { method in class:GLES20Canvas

Completed in 325 milliseconds