/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() 199 eglSetup(2, 1, 1); in testThreadCleanup() 234 private void eglSetup(int api, int width, int height) { in eglSetup() method in WrapperTest
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | InputSurface.java | 52 private void eglSetup() { in eglSetup() method in InputSurface 136 eglSetup(); in InputSurface()
|
D | OutputSurface.java | 72 eglSetup(width, height); in OutputSurface() 128 private void eglSetup(int width, int height) { in eglSetup() method in OutputSurface
|
D | ExtYuvTargetSupportTest.java | 82 private void eglSetup(boolean useHighBitDepth) { in eglSetup() method in ExtYuvTargetSupportTest 168 eglSetup(mUseHighBitDepth); in testYuvTextureSampling()
|
/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
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | InputSurface.java | 65 private void eglSetup(boolean useHighBitDepth) { in eglSetup() method in InputSurface 162 eglSetup(useHighBitDepth); in InputSurface()
|
D | OutputSurface.java | 80 eglSetup(width, height, useHighBitDepth, useYuvSampling); in OutputSurface() 149 private void eglSetup(int width, int height, boolean useHighBitDepth, boolean useYuvSampling) { in eglSetup() method in OutputSurface
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | InputSurface.java | 63 eglSetup(useHighBitDepth); in InputSurface() 80 private void eglSetup(boolean useHighBitDepth) { in eglSetup() method in InputSurface
|
D | OutputSurface.java | 89 eglSetup(width, height, useHighBitDepth); in OutputSurface() 147 private void eglSetup(int width, int height, boolean useHighBitDepth) { in eglSetup() method in OutputSurface
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraGPURecordingTest.java | 388 eglSetup(); in CodecInputSurface() 392 private void eglSetup() { in eglSetup() method in CameraGPURecordingTest.CodecInputSurface
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecodeAccuracyTestBase.java | 1053 eglSetup(); in run() 1094 public void eglSetup() { in eglSetup() method in GLSurfaceViewFactory.GLSurfaceViewThread
|