HomeSort by relevance Sort by last modified time
    Searched refs:eglSetup (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 47 eglSetup(1, 1, 1); // GLES 1.x with 1x1 pbuffer
103 eglSetup(2, 1, 1); // GLES 2.x with 1x1 pbuffer
173 eglSetup(2, WIDTH, HEIGHT);
194 eglSetup(2, 1, 1);
229 private void eglSetup(int api, int width, int height) {
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 57 eglSetup();
63 private void eglSetup() {
OutputSurface.java 70 eglSetup(width, height);
118 private void eglSetup(int width, int height) {
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 204 if (!eglSetup()) {
224 bool eglSetup() {

Completed in 1301 milliseconds