Home
last modified time | relevance | path

Searched refs:hasEglContext (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp103 if (hasEglContext()) { in ~EglManager()
109 if (hasEglContext()) return; in initialize()
323 bool EglManager::hasEglContext() { in hasEglContext() function in android::uirenderer::renderthread::EglManager
394 LOG_ALWAYS_FATAL_IF(!hasEglContext(), "Not initialized"); in createSurface()
685 if (!hasEglContext()) { in fenceWait()
729 if (!hasEglContext()) { in createReleaseFence()
DEglManager.h49 bool hasEglContext();
DRenderThread.cpp278 if (mEglManager->hasEglContext()) { in requireGlContext()
327 if (mEglManager->hasEglContext()) { in destroyRenderingContext()
/frameworks/base/libs/hwui/tests/unit/
DEglManagerTests.cpp34 ASSERT_TRUE(eglManager.hasEglContext()); in TEST()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp286 return CC_LIKELY(mEglManager.hasEglContext()); in isContextReady()
291 if (thread.eglManager().hasEglContext()) { in invokeFunctor()
DVkInteropFunctorDrawable.cpp54 if (!sEglManager.hasEglContext()) { in beginDraw()
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp152 if (!mEglManager.hasEglContext()) { in onBeginUpload()
165 LOG_ALWAYS_FATAL_IF(!mEglManager.hasEglContext(), "Forgot to begin an upload?"); in getUploadEglDisplay()