HomeSort by relevance Sort by last modified time
    Searched refs:mEGLContext (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLContextImpl.java 25 int mEGLContext;
28 mEGLContext = ctx;
EGLImpl.java 109 if (mContext.mEGLContext != value)
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 132 private EGLContext mEGLContext;
275 if (mEGLContext == null) {
288 mEGLContext = egl.eglCreateContext(dpy, mEGLConfig,
308 mEGLContext);
330 if (mEGLContext != null) {
331 egl.eglDestroyContext(mEGLDisplay, mEGLContext);
333 mEGLContext = null;
    [all...]

Completed in 70 milliseconds