Searched defs:mEGLContext (Results 1 - 1 of 1) 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;

Completed in 48 milliseconds