Searched refs:destroyContext (Results 1 - 6 of 6) sorted by path

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp81 destroyContext();
84 CREATE_BRIDGE1(destroyContext, CanvasContext* context) {
89 void RenderProxy::destroyContext() { function in class:android::uirenderer::renderthread::RenderProxy
91 SETUP_TASK(destroyContext);
H A DRenderProxy.h117 void destroyContext();
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java757 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); method in interface:GLSurfaceView.EGLContextFactory
771 public void destroyContext(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultContextFactory
1173 view.mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);
/frameworks/native/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/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { method in class:GLPerfView.ContextFactory
/frameworks/native/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

Completed in 124 milliseconds