Searched refs:gl1 (Results 1 – 1 of 1) sorted by relevance
284 public void onSurfaceCreated(GL10 gl1, EGLConfig config) { in onSurfaceCreated() argument285 GL11 gl = (GL11) gl1; in onSurfaceCreated()312 public void onSurfaceChanged(GL10 gl1, int width, int height) { in onSurfaceChanged() argument314 + ", gl10: " + gl1.toString()); in onSurfaceChanged()321 GL11 gl = (GL11) gl1; in onSurfaceChanged()