Searched refs:destroyContext (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglAbstractDisplay.java88 protected abstract void destroyContext(); method in class:LwjglAbstractDisplay
192 destroyContext();
H A DLwjglCanvas.java245 destroyContext();
365 protected void destroyContext(){ method in class:LwjglCanvas
H A DLwjglDisplay.java148 protected void destroyContext(){ method in class:LwjglDisplay
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DDisplay.h49 void destroyContext(gl::Context *context);
H A DDisplay.cpp235 destroyContext(*mContextSet.begin());
443 void Display::destroyContext(gl::Context *context) function in class:egl::Display
H A DlibEGL.cpp836 display->destroyContext((gl::Context*)ctx);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); method in interface:GLSurfaceView.EGLContextFactory
716 public void destroyContext(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultContextFactory
1042 mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);

Completed in 141 milliseconds