Searched defs:glDrawArrays (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasTest.java186 // This test assumes the drawLine() function use glDrawArrays() with
194 public void glDrawArrays(int mode, int first, int count) { method in class:GLCanvasTest.DrawLineTest
230 // This test assumes the drawLine() function use glDrawArrays() with
238 public void glDrawArrays(int mode, int first, int count) { method in class:GLCanvasTest.FillRectTest
307 public void glDrawArrays(int mode, int first, int count) { method in class:GLCanvasTest.TransformTest
545 public void glDrawArrays(int mode, int first, int count) { method in class:GLCanvasTest.DrawTextureTest
H A DGLStub.java201 public void glDrawArrays( method in class:GLStub

Completed in 2141 milliseconds