Searched refs:mEGLContext (Results 1 – 6 of 6) 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/skia/ |
D | SkiaGLRenderEngine.cpp | 276 mEGLContext(ctxt), in SkiaGLRenderEngine() 289 if (mEGLContext != EGL_NO_CONTEXT) { in ~SkiaGLRenderEngine() 290 eglDestroyContext(mEGLDisplay, mEGLContext); in ~SkiaGLRenderEngine() 328 mProtectedEGLContext : mEGLContext; in useProtectedContextImpl() 540 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority()
|
D | SkiaGLRenderEngine.h | 86 EGLContext mEGLContext; variable
|
/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
|