HomeSort by relevance Sort by last modified time
    Searched refs:hasEglContext (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderthread/
EglManager.h 37 bool hasEglContext();
CanvasContext.cpp 258 if (thread.eglManager().hasEglContext()) {
288 if (!mEglManager.hasEglContext() || !mCanvas) {
321 if (mEglManager.hasEglContext()) {
331 if (!thread.eglManager().hasEglContext()) return;
EglManager.cpp 82 if (hasEglContext()) return;
101 bool EglManager::hasEglContext() {
166 if (hasEglContext()) {

Completed in 32 milliseconds