Searched defs:drawMixed (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLCanvasStub.java | 62 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasStub 64 public void drawMixed(BasicTexture from, int to, in drawMixed() method in GLCanvasStub 66 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasStub
|
D | GLCanvasMock.java | 63 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasMock
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvas.java | 98 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method
|
D | GLCanvasImpl.java | 430 public void drawMixed(BasicTexture from, in drawMixed() method in GLCanvasImpl 451 private void drawMixed(BasicTexture from, int toColor, in drawMixed() method in GLCanvasImpl
|