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

  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) {
630 drawTextureRect(texture, mTempTextureMatrix, target);
667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) {
630 drawTextureRect(texture, mTempTextureMatrix, target);
667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) {
630 drawTextureRect(texture, mTempTextureMatrix, target);
667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) {
    [all...]

Completed in 152 milliseconds