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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 66 pthread_rwlock_init(&mTraceOptionsRwLock, NULL);
94 safeSetValue(&mCollectFbOnEglSwap, en, &mTraceOptionsRwLock);
98 safeSetValue(&mCollectFbOnGlDraw, en, &mTraceOptionsRwLock);
102 safeSetValue(&mCollectTextureDataOnGlTexImage, en, &mTraceOptionsRwLock);
106 return safeGetValue(&mCollectFbOnEglSwap, &mTraceOptionsRwLock);
110 return safeGetValue(&mCollectFbOnGlDraw, &mTraceOptionsRwLock);
114 return safeGetValue(&mCollectTextureDataOnGlTexImage, &mTraceOptionsRwLock);
gltrace_context.h 97 pthread_rwlock_t mTraceOptionsRwLock;

Completed in 31 milliseconds