Home
last modified time | relevance | path

Searched refs:mEGLContext (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLContextImpl.java24 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()
DEGLImpl.java132 if (mContext.mEGLContext != value) in eglGetCurrentContext()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp385 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()
DGLESRenderEngine.h195 EGLContext mEGLContext; variable
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.h115 EGLContext mEGLContext; variable
DSkiaGLRenderEngine.cpp308 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/
DGLESRenderEngine.cpp339 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()
DGLESRenderEngine.h183 EGLContext mEGLContext; variable