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

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
H A DMyActivity.java170 public void onDrawFrame(GL10 gl) { argument
173 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
174 gl.glViewport(0, 0, 0, 0);
177 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
179 String extensions10 = gl.glGetString(GL10.GL_EXTENSIONS);

Completed in 551 milliseconds