Searched refs:mEGLSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLSurfaceImpl.java22 int mEGLSurface; field in class:EGLSurfaceImpl
25 mEGLSurface = 0;
29 mEGLSurface = surface;
40 return mEGLSurface == that.mEGLSurface;
46 return mEGLSurface;
H A DEGLImpl.java72 if (sur.mEGLSurface == 0) {
143 if (mSurface.mEGLSurface != value)

Completed in 34 milliseconds