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

/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { method in class:GL2JNIView.ContextFactory
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java92 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { method in class:GLDualGL2View.ContextFactory
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java675 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); method in interface:GLSurfaceView.EGLContextFactory
689 public void destroyContext(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultContextFactory
1062 mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);

Completed in 56 milliseconds