Home
last modified time | relevance | path

Searched defs:drawTexture (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLCanvasStub.java54 public void drawTexture( in drawTexture() method in GLCanvasStub
58 public void drawTexture(BasicTexture texture, in drawTexture() method in GLCanvasStub
60 public void drawTexture(BasicTexture texture, RectF source, RectF target) {} in drawTexture() method in GLCanvasStub
61 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() method in GLCanvasStub
DGLCanvasMock.java57 public void drawTexture( in drawTexture() method in GLCanvasMock
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java84 public void drawTexture( in drawTexture() method
90 public void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() method
93 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() method
DGLCanvasImpl.java369 public void drawTexture( in drawTexture() method in GLCanvasImpl
374 private void drawTexture(BasicTexture texture, in drawTexture() method in GLCanvasImpl
386 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() method in GLCanvasImpl
405 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() method in GLCanvasImpl