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

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLContextImpl.java 24 int mEGLContext;
27 mEGLContext = ctx;
43 return mEGLContext == that.mEGLContext;
48 return mEGLContext;
EGLImpl.java 123 if (mContext.mEGLContext != value)
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 28 private EGLContext mEGLContext;
62 mEGLContext = egl.eglCreateContext(mEGLDisplay, mEGLConfig, EGL10.EGL_NO_CONTEXT, attribs);
72 egl.eglMakeCurrent(mEGLDisplay, mEGLSurface, mEGLSurface, mEGLContext);
98 egl.eglDestroyContext(mEGLDisplay, mEGLContext);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 477 mEGLContext = createGLContext(mEGLDisplay, mEGLConfig);
479 LOG_ALWAYS_FATAL_IF(mEGLContext == EGL_NO_CONTEXT,
517 DisplayDevice::makeCurrent(mEGLDisplay, hw, mEGLContext);
    [all...]
SurfaceFlinger.h 422 EGLContext mEGLContext;

Completed in 146 milliseconds