Home
last modified time | relevance | path

Searched refs:eglSetup (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java47 eglSetup(1, 1, 1); // GLES 1.x with 1x1 pbuffer in testGetIntegerv1()
103 eglSetup(2, 1, 1); // GLES 2.x with 1x1 pbuffer in testGetIntegerv2()
173 eglSetup(2, WIDTH, HEIGHT); in testThreadCleanup()
194 eglSetup(2, 1, 1); in testThreadCleanup()
229 private void eglSetup(int api, int width, int height) { in eglSetup() method in WrapperTest
/cts/tests/tests/media/src/android/media/cts/
DInputSurface.java59 eglSetup(); in InputSurface()
65 private void eglSetup() { in eglSetup() method in InputSurface
DOutputSurface.java70 eglSetup(width, height); in OutputSurface()
122 private void eglSetup(int width, int height) { in eglSetup() method in OutputSurface
DDecodeAccuracyTestBase.java827 eglSetup(); in run()
853 public void eglSetup() { in eglSetup() method in GLSurfaceViewFactory.GLSurfaceViewThread
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java74 eglSetup(width, height); in CtsMediaOutputSurface()
126 private void eglSetup(int width, int height) { in eglSetup() method in CtsMediaOutputSurface