HomeSort by relevance Sort by last modified time
    Searched full:egldestroycontext (Results 26 - 34 of 34) sorted by null

12

  /frameworks/base/libs/rs/
rsContext.cpp 132 eglDestroyContext(mEGL.mDisplay, mEGL.mContext);
133 checkEglError("eglDestroyContext");
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 668 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
691 if (!egl.eglDestroyContext(display, context)) {
696 throw new RuntimeException("eglDestroyContext failed: "
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 269 eglDestroyContext(mDisplay, mContext);
  /frameworks/base/opengl/libs/EGL/
egl.cpp     [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 331 egl.eglDestroyContext(mEGLDisplay, mEGLContext);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java 412 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 201 milliseconds

12