Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:drawTexture

372     public void drawTexture(
374 drawTexture(texture, x, y, width, height, mAlpha);
377 private void drawTexture(BasicTexture texture,
389 public void drawTexture(BasicTexture texture, RectF source, RectF target) {
408 public void drawTexture(BasicTexture texture, float[] mTextureTransform,
518 drawTexture(from, source, target);
551 drawTexture(from, x, y, width, height, alpha);