Home
last modified time | relevance | path

Searched defs:destroyContext (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglAbstractDisplay.java88 protected abstract void destroyContext(); in destroyContext() method in LwjglAbstractDisplay
DLwjglDisplay.java148 protected void destroyContext(){ in destroyContext() method in LwjglDisplay
DLwjglCanvas.java365 protected void destroyContext(){ in destroyContext() method in LwjglCanvas
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DDisplay.cpp443 void Display::destroyContext(gl::Context *context) in destroyContext() function in egl::Display
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); in destroyContext() method
716 public void destroyContext(EGL10 egl, EGLDisplay display, in destroyContext() method in GLSurfaceView.DefaultContextFactory