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

  /frameworks/base/libs/hwui/
DeferredLayerUpdater.h 61 mNeedsGLContextAttach = needsAttach;
96 bool mNeedsGLContextAttach;
DeferredLayerUpdater.cpp 30 , mNeedsGLContextAttach(false)
63 if (mNeedsGLContextAttach) {
64 mNeedsGLContextAttach = false;

Completed in 47 milliseconds