Home
last modified time | relevance | path

Searched refs:glDrawTexfvOES (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java696 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in MatrixTrackingGL
697 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
700 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in MatrixTrackingGL
701 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()