Searched refs:gGpuThread (Results 1 – 2 of 2) sorted by relevance
30 pthread_t gGpuThread = 0; variable67 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()
26 extern pthread_t gGpuThread;29 LOG_ALWAYS_FATAL_IF(!pthread_equal(gGpuThread, pthread_self()), \32 this, static_cast<int>(mType), mSize, pthread_self(), gGpuThread)