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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 209 // wait and getHasGLContext().
213 if (!getHasGLContext())
220 if (!getHasGLContext())
226 // Both getHasGLContext and setHasGLContext should be called within the lock.
227 bool TransferQueue::getHasGLContext()
274 bool GLContextExisted = getHasGLContext();
319 if (!getHasGLContext())
TransferQueue.h 149 bool getHasGLContext();

Completed in 4525 milliseconds