Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java721 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in MatrixTrackingGL
722 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
725 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in MatrixTrackingGL
726 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()