Searched refs:gGpuThread (Results 1 – 2 of 2) sorted by relevance
31 pthread_t gGpuThread = 0; variable68 LOG_ALWAYS_FATAL_IF(gGpuThread != 0, in onGpuContextCreated()71 pthread_self(), gGpuThread); in onGpuContextCreated()72 gGpuThread = pthread_self(); in onGpuContextCreated()76 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)