Home
last modified time | relevance | path

Searched refs:eglSetup (Results 1 – 11 of 11) 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()
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/
DInputSurface.java52 private void eglSetup() { in eglSetup() method in InputSurface
136 eglSetup(); in InputSurface()
DOutputSurface.java72 eglSetup(width, height); in OutputSurface()
128 private void eglSetup(int width, int height) { in eglSetup() method in OutputSurface
DExtYuvTargetSupportTest.java82 private void eglSetup(boolean useHighBitDepth) { in eglSetup() method in ExtYuvTargetSupportTest
168 eglSetup(mUseHighBitDepth); in testYuvTextureSampling()
/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
/cts/tests/media/common/src/android/mediav2/common/cts/
DInputSurface.java65 private void eglSetup(boolean useHighBitDepth) { in eglSetup() method in InputSurface
162 eglSetup(useHighBitDepth); in InputSurface()
DOutputSurface.java80 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/
DInputSurface.java63 eglSetup(useHighBitDepth); in InputSurface()
80 private void eglSetup(boolean useHighBitDepth) { in eglSetup() method in InputSurface
DOutputSurface.java89 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/
DCameraGPURecordingTest.java388 eglSetup(); in CodecInputSurface()
392 private void eglSetup() { in eglSetup() method in CameraGPURecordingTest.CodecInputSurface
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1053 eglSetup(); in run()
1094 public void eglSetup() { in eglSetup() method in GLSurfaceViewFactory.GLSurfaceViewThread