Home
last modified time | relevance | path

Searched defs:gl (Results 1 – 25 of 36) sorted by relevance

12

/cts/tests/tests/opengl/src/android/opengl/cts/
DGLSurfaceViewCtsActivity.java35 public void onDrawFrame(GL10 gl) { in onDrawFrame()
39 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
43 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererBase.java48 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
61 public void onDrawFrame(GL10 gl) { in onDrawFrame()
71 public void doOnDrawFrame(GL10 gl) { in doOnDrawFrame()
DEglConfigGLSurfaceView.java82 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
100 public void onDrawFrame(GL10 gl) { in onDrawFrame()
111 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
137 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
217 public void onDrawFrame(GL10 gl) { in onDrawFrame()
237 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
DRendererOneShaderTest.java46 public void doOnDrawFrame(GL10 gl) { in doOnDrawFrame()
60 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererThreeShaderTest.java45 public void doOnDrawFrame(GL10 gl) { in doOnDrawFrame()
59 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DOpenGLES20NativeActivityOne.java123 public void onDrawFrame(GL10 gl) { in onDrawFrame()
127 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
137 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DOpenGlEsVersionCtsActivity.java189 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
202 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
205 public void onDrawFrame(GL10 gl) { in onDrawFrame()
DRendererOneProgramTest.java31 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererFourShaderTest.java32 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererNineShaderTest.java30 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererEightShaderTest.java30 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererElevenShaderTest.java30 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererSevenShaderTest.java30 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererTenShaderTest.java31 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLRotationGuideRenderer.java64 public void onDrawFrame(GL10 gl) { in onDrawFrame()
77 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
90 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
97 private void clearBackground(GL10 gl) { in clearBackground()
DGLArrowSensorTestRenderer.java74 public void onDrawFrame(GL10 gl) { in onDrawFrame()
105 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged()
118 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCubeRenderer.java46 public void onDrawFrame(GL10 gl) { in onDrawFrame()
88 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
104 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java80 public void onDrawFrame(GL10 gl) { in onDrawFrame()
132 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
145 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
177 private void checkGlError(GL10 gl, String op) { in checkGlError()
/cts/tests/vr/src/android/vr/cts/
DRendererBasicTest.java60 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
71 public void onDrawFrame(GL10 gl) { in onDrawFrame()
80 public void doOnDrawFrame(GL10 gl) { in doOnDrawFrame()
94 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DRendererRefreshRateTest.java28 public void onDrawFrame(GL10 gl) { in onDrawFrame()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DGLESSurfaceView.java58 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
96 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
101 public void onDrawFrame(GL10 gl) { in onDrawFrame()
/cts/tests/tests/graphics/src/android/graphics/cts/
DCameraGpuCtsActivity.java48 public void onDrawFrame(GL10 gl) { in onDrawFrame()
54 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
58 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/cts/tests/camera/src/android/hardware/cts/
DGLSurfaceViewCtsActivity.java35 public void onDrawFrame(GL10 gl) { in onDrawFrame()
39 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
43 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyGLProducerCtsActivity.java54 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
58 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
64 public void onDrawFrame(GL10 gl) { in onDrawFrame()
DDisplayRefreshRateCtsActivity.java84 public void onDrawFrame(GL10 gl) { in onDrawFrame()
124 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
128 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()

12