Searched refs:eglTerminate (Results 1 - 25 of 34) sorted by relevance

12

/external/deqp/framework/egl/wrapper/
H A DeglwStaticLibrary14.inl36 { "eglTerminate", (deFunctionPtr)eglTerminate },
H A DeglwStaticLibrary15.inl45 { "eglTerminate", (deFunctionPtr)eglTerminate },
H A DeglwApi.inl56 #define eglTerminate eglwTerminate
/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc128 eglTerminate(display_);
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
H A Dgles_APICheck.cc70 #define eglTerminate FP_eglTerminate macro
141 rt &= LoadDLFunction(&tmp, "eglTerminate", *handle_egl);
243 eglTerminate(egl_display);
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp31 EGLBoolean (*eglTerminate)(EGLDisplay dpy); member in class:LibEGLexports
H A Dmain.cpp385 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy) function
591 this->eglTerminate = egl::Terminate;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_Windows.cpp506 eglTerminate takes care of destroying any context or surface created
512 eglTerminate(eglDisplay);
H A DOGLES2HelloAPI_OSX.mm664 eglTerminate(eglDisplay);
H A DOGLES2HelloAPI_LinuxX11.cpp717 eglTerminate(eglDisplay);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase10.java227 egl.eglTerminate(eglDisplay);
H A DEglBase14.java172 EGL14.eglTerminate(eglDisplay);
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c157 eglTerminate(engine->display);
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl58 eglw::EGLBoolean eglTerminate (eglw::EGLDisplay dpy);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp87 eglTerminate(fDisplay);
591 eglTerminate(fDisplay);
/external/mesa3d/include/EGL/
H A Degl.h253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h254 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
/external/deqp/modules/egl/
H A DteglQueryContextTests.cpp365 eglTerminate(display);
H A DteglNegativeApiTests.cpp1327 TEGL_ADD_API_CASE(terminate, "eglTerminate() negative tests",
1333 expectFalse(eglTerminate(EGL_NO_DISPLAY));
1336 expectFalse(eglTerminate((EGLDisplay)-1));
/external/swiftshader/include/EGL/
H A Degl.h142 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c567 eglTerminate(egl_display);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp500 eglTerminate(m_EGLDisplay);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/src/egl/main/
H A Deglapi.c335 eglTerminate(EGLDisplay dpy) function
900 { "eglTerminate", (_EGLProc) eglTerminate },
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java1046 mEgl.eglTerminate(mEglDisplay);

Completed in 794 milliseconds

12