Home
last modified time | relevance | path

Searched refs:gGpuThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DGpuMemoryTracker.cpp30 pthread_t gGpuThread = 0; variable
67 LOG_ALWAYS_FATAL_IF(gGpuThread != 0, in onGpuContextCreated()
70 pthread_self(), gGpuThread); in onGpuContextCreated()
71 gGpuThread = pthread_self(); in onGpuContextCreated()
75 gGpuThread = 0; in onGpuContextDestroyed()
DGpuMemoryTracker.h26 extern pthread_t gGpuThread;
29 LOG_ALWAYS_FATAL_IF(!pthread_equal(gGpuThread, pthread_self()), \
32 this, static_cast<int>(mType), mSize, pthread_self(), gGpuThread)