Searched refs:mEGLContext (Results 1 – 8 of 8) 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/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 385 mEGLContext(ctxt), in GLESRenderEngine() 407 success = eglMakeCurrent(display, mStubSurface, mStubSurface, mEGLContext); in GLESRenderEngine() 495 if (mEGLContext != EGL_NO_CONTEXT) { in ~GLESRenderEngine() 496 eglDestroyContext(mEGLDisplay, mEGLContext); in ~GLESRenderEngine() 519 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache() 833 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority() 1038 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext() 1540 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in drawMesh() 1592 cache.getSize(mEGLContext)); in dump()
|
D | GLESRenderEngine.h | 195 EGLContext mEGLContext; variable
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.h | 115 EGLContext mEGLContext; variable
|
D | SkiaGLRenderEngine.cpp | 308 mEGLContext(ctxt), in SkiaGLRenderEngine() 358 if (mEGLContext != EGL_NO_CONTEXT) { in ~SkiaGLRenderEngine() 359 eglDestroyContext(mEGLDisplay, mEGLContext); in ~SkiaGLRenderEngine() 390 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext() 1397 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 339 mEGLContext(ctxt), in GLESRenderEngine() 360 success = eglMakeCurrent(display, mStubSurface, mStubSurface, mEGLContext); in GLESRenderEngine() 458 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache() 980 const EGLContext context = useProtectedContext ? mProtectedEGLContext : mEGLContext; in useProtectedContext() 1461 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in drawMesh() 1513 cache.getSize(mEGLContext)); in dump()
|
D | GLESRenderEngine.h | 183 EGLContext mEGLContext; variable
|