HomeSort by relevance Sort by last modified time
    Searched refs:eglSetup (Results 1 - 5 of 5) 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 56 eglSetup();
62 private void eglSetup() {
OutputSurface.java 70 eglSetup(width, height);
122 private void eglSetup(int width, int height) {
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 204 if (!eglSetup()) {
224 bool eglSetup() {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 192 private void eglSetup(EGLContext sharedContext, int width, int height) {
297 eglSetup(sharedContext, width, height);

Completed in 141 milliseconds