Searched refs:mEGLContext (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLContextImpl.java | 24 long mEGLContext; field in EGLContextImpl 27 mEGLContext = ctx; in EGLContextImpl() 43 return mEGLContext == that.mEGLContext; in equals() 53 result = 31 * result + (int) (mEGLContext ^ (mEGLContext >>> 32)); in hashCode()
|
D | EGLImpl.java | 132 if (mContext.mEGLContext != value) in eglGetCurrentContext()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 74 private EGLContext mEGLContext = EGL14.EGL_NO_CONTEXT; field in SurfaceTextureRenderer 456 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in configureEGLContext() 459 if(mEGLContext == EGL14.EGL_NO_CONTEXT) { in configureEGLContext() 520 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext); in releaseEGLContext() 527 mEGLContext = EGL14.EGL_NO_CONTEXT; in releaseEGLContext() 533 EGL14.eglMakeCurrent(mEGLDisplay, surface, surface, mEGLContext); in makeCurrent()
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 342 mEGLContext(ctxt), in GLESRenderEngine() 363 success = eglMakeCurrent(display, mDummySurface, mDummySurface, mEGLContext); in GLESRenderEngine() 444 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache() 938 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext() 1419 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in drawMesh() 1471 cache.getSize(mEGLContext)); in dump()
|
D | GLESRenderEngine.h | 177 EGLContext mEGLContext; variable
|