Searched refs:mTraceOptionsRwLock (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp66 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);
H A Dgltrace_context.h105 pthread_rwlock_t mTraceOptionsRwLock; member in class:android::gltrace::GLTraceState

Completed in 87 milliseconds