Searched refs:eglSetup (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | WrapperTest.java | 47 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/ |
D | InputSurface.java | 59 eglSetup(); in InputSurface() 65 private void eglSetup() { in eglSetup() method in InputSurface
|
D | OutputSurface.java | 70 eglSetup(width, height); in OutputSurface() 122 private void eglSetup(int width, int height) { in eglSetup() method in OutputSurface
|
D | DecodeAccuracyTestBase.java | 827 eglSetup(); in run() 853 public void eglSetup() { in eglSetup() method in GLSurfaceViewFactory.GLSurfaceViewThread
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 74 eglSetup(width, height); in CtsMediaOutputSurface() 126 private void eglSetup(int width, int height) { in eglSetup() method in CtsMediaOutputSurface
|