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

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h141 void destroyContext();
H A DRenderProxy.cpp75 destroyContext();
78 CREATE_BRIDGE1(destroyContext, CanvasContext* context) {
83 void RenderProxy::destroyContext() { function in class:android::uirenderer::renderthread::RenderProxy
85 SETUP_TASK(destroyContext);
/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
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java769 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); method in interface:GLSurfaceView.EGLContextFactory
783 public void destroyContext(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultContextFactory
1185 view.mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);

Completed in 571 milliseconds