Searched defs:drawMixed (Results  1 – 4 of 4) sorted by relevance
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ | 
| D | GLCanvas.java | 111     public abstract void drawMixed(BasicTexture from, int toColor,  in drawMixed()  method118     public abstract void drawMixed(BasicTexture from, int toColor,  in drawMixed()  method
 
 | 
| D | GLES11Canvas.java | 448     public void drawMixed(BasicTexture from,  in drawMixed()  method in GLES11Canvas511     public void drawMixed(BasicTexture from, int toColor, float ratio,  in drawMixed()  method in GLES11Canvas
 545     private void drawMixed(BasicTexture from, int toColor,  in drawMixed()  method in GLES11Canvas
 
 | 
| D | TiledTexture.java | 276     public void drawMixed(GLCanvas canvas, int color, float ratio,  in drawMixed()  method in TiledTexture
 | 
| D | GLES20Canvas.java | 758 …public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) {  in drawMixed()  method in GLES20Canvas765 …public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) {  in drawMixed()  method in GLES20Canvas
 
 |