HomeSort by relevance Sort by last modified time
    Searched refs:destroyContext (Results 1 - 25 of 30) sorted by null

1 2

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 52 EglOS::destroyContext(m_dpy->nativeType(),m_native);
EglOsApi.h 38 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx);
EglMacApi.cpp 161 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
EglDisplay.cpp 41 EglOS::destroyContext( m_dpy, m_globalSharedContext);
EglX11Api.cpp 253 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) {
EglWindowsApi.cpp 540 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx) {
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 45 int destroyContext(RenderingThread *thread,const ClientHandle & ctx);
Renderer.cpp 116 int Renderer::destroyContext(RenderingThread *thread, const ClientHandle &handle)
RenderingThread.cpp 234 return Renderer::instance()->destroyContext(m_tls, Renderer::ClientHandle(pid, handle));
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 88 protected abstract void destroyContext();
192 destroyContext();
LwjglCanvas.java 245 destroyContext();
365 protected void destroyContext(){
LwjglDisplay.java 148 protected void destroyContext(){
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 49 void destroyContext(gl::Context *context);
Display.cpp 235 destroyContext(*mContextSet.begin());
443 void Display::destroyContext(gl::Context *context)
libEGL.cpp 836 display->destroyContext((gl::Context*)ctx);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 121 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 89 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 92 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 112 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 771 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
785 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
716 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 761 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
775 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 517 server->utEnc()->destroyContext(ti->serverConn->utEnc(), getpid(), (uint32_t)ctx);
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 603 milliseconds

1 2