Searched refs:textureRect (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java266 private void textureRect(float x, float y, float width, float height) { method in class:GLES11Canvas
355 textureRect(x, y, width, height);
404 textureRect(target.left, target.top, target.width(), target.height());
415 textureRect(x, y, w, h);
543 textureRect(target.left, target.top, target.width(), target.height());

Completed in 66 milliseconds