Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { in destroyContext() method in GL2JNIView.ContextFactory
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { in destroyContext() method in GLPerfView.ContextFactory
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java92 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { in destroyContext() method in GLDualGL2View.ContextFactory
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java761 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); in destroyContext() method
775 public void destroyContext(EGL10 egl, EGLDisplay display, in destroyContext() method in GLSurfaceView.DefaultContextFactory