Searched refs:mEGLContext (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLContextImpl.java24 int mEGLContext; field in class:EGLContextImpl
27 mEGLContext = ctx;
43 return mEGLContext == that.mEGLContext;
48 return mEGLContext;
H A DEGLImpl.java123 if (mContext.mEGLContext != value)
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp477 mEGLContext = createGLContext(mEGLDisplay, mEGLConfig);
479 LOG_ALWAYS_FATAL_IF(mEGLContext == EGL_NO_CONTEXT,
517 DisplayDevice::makeCurrent(mEGLDisplay, hw, mEGLContext);
1009 getDefaultDisplayDevice(), mEGLContext);
1110 DisplayDevice::makeCurrent(mEGLDisplay, hw, mEGLContext);
1479 DisplayDevice::makeCurrent(mEGLDisplay, hw, mEGLContext);
H A DSurfaceFlinger.h422 EGLContext mEGLContext; member in class:android::SurfaceFlinger

Completed in 141 milliseconds