Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java708 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in MatrixTrackingGL
709 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES()
712 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in MatrixTrackingGL
713 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()