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

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java343 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
359 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
362 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { method in class:GLES20Canvas
364 drawTextureRect(texture, mTempTextureMatrix, target);
401 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { method in class:GLES20Canvas
/packages/apps/Gallery2/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 46 milliseconds