Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLCanvasStub.java62 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
DGLCanvasMock.java63 public void drawMixed(BasicTexture from, BasicTexture to, in drawMixed() method in GLCanvasMock
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java98 public void drawMixed(BasicTexture from, int toColor, in drawMixed() method
DGLCanvasImpl.java430 public void drawMixed(BasicTexture from, in drawMixed() method in GLCanvasImpl
451 private void drawMixed(BasicTexture from, int toColor, in drawMixed() method in GLCanvasImpl