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

  /frameworks/base/libs/rs/
rsContext.cpp 41 uint32_t Context::gGLContextCount = 0;
113 gGLContextCount++;
123 gGLContextCount--;
124 if (!gGLContextCount) {
rsContext.h 59 static uint32_t gGLContextCount;

Completed in 58 milliseconds