Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:drawTexture

582     public void drawTexture(BasicTexture texture, int x, int y, int width, int height) {
607 public void drawTexture(BasicTexture texture, RectF source, RectF target) {
619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w,
776 drawTexture(texture, source, target);