HomeSort by relevance Sort by last modified time
    Searched refs:eglTerminate (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 23 {"eglTerminate", (void *)eglTerminate},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 23 {"eglTerminate", (void *)eglTerminate},
egl_dispatch.h 25 eglTerminate_t eglTerminate;
70 eglTerminate_t set_eglTerminate(eglTerminate_t f) { eglTerminate_t retval = eglTerminate; eglTerminate = f; return retval;}
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 48 // get all the way into the driver eglTerminate implementation
49 // when we call eglTerminate.
53 eglTerminate(disp);
54 eglTerminate(disp);
55 eglTerminate(disp);
68 * that the specified behavior of eglTerminate vs. eglInitialize holds.
294 eglTerminate(mEglDisplay);
300 eglTerminate(mEglDisplay);
EGLCreateContext_test.cpp 89 eglTerminate(mEglDisplay);
GLTest_test.cpp 119 eglTerminate(mEglDisplay);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 60 eglTerminate(dpy);
76 eglTerminate(dpy);
123 eglTerminate(dpy);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 36 { "eglTerminate", (deFunctionPtr)eglTerminate },
eglwStaticLibrary15.inl 45 { "eglTerminate", (deFunctionPtr)eglTerminate },
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 61 eglTerminate(display); \
103 eglTerminate(display);
109 eglTerminate(display);
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 54 EGL14.eglTerminate(eglDisplay);
115 EGL14.eglTerminate(eglDisplay);
EglConfigTest.java 112 egl.eglTerminate(display);
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 87 eglTerminate(dpy);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 77 FNDEF(EGLBoolean, eglTerminate, (EGLDisplay dpy));
129 #define eglTerminate FNPTR(eglTerminate)
importgl.c 120 IMPORT_FUNC(eglTerminate);
app-linux.c 191 eglTerminate(sEglDisplay);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 114 eglTerminate(dpy);
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 186 // Android has "reference-counted" EGL initialization. We want our eglTerminate call
189 // eglTerminate. So we call eglTerminate several times in a desperate attempt to
196 EGL14.eglTerminate(mEGLDisplay);
306 EGL14.eglTerminate(mEGLDisplay);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 4 EGLBoolean eglTerminate ( EGLDisplay dpy )
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 188 EGL14.eglTerminate(mEGLDisplay);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 148 EGL14.eglTerminate(mEGLDisplay);
OutputSurface.java 184 EGL14.eglTerminate(mEGLDisplay);
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 202 eglTerminate( display_ );
  /frameworks/base/libs/hwui/tests/
nullegl.cpp 66 EGLBoolean eglTerminate(EGLDisplay dpy) {
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 120 boolean eglTerminate(EGLDisplay display);

Completed in 1228 milliseconds

1 2 3 4 5 6