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 213 // wait and getHasGLContext().
217 if (!getHasGLContext())
224 if (!getHasGLContext())
230 // Both getHasGLContext and setHasGLContext should be called within the lock.
231 bool TransferQueue::getHasGLContext()
278 bool GLContextExisted = getHasGLContext();
323 if (!getHasGLContext())
TransferQueue.h 149 bool getHasGLContext();

Completed in 84 milliseconds