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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java284 public void onSurfaceCreated(GL10 gl1, EGLConfig config) { argument
285 GL11 gl = (GL11) gl1;
312 public void onSurfaceChanged(GL10 gl1, int width, int height) { argument
314 + ", gl10: " + gl1.toString());
321 GL11 gl = (GL11) gl1;

Completed in 124 milliseconds