Searched refs:LOGLOCK (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 29 #define LOGLOCK(fmt, ...) // ALOGI(fmt " tid=%d", ##__VA_ARGS__, gettid()) macro 32 #define LOGLOCK(...) macro 264 LOGLOCK("image=%p op=%s.swsurface lock=%d", this, __FUNCTION__, lock); in lockInternal() 276 LOGLOCK("image=%p op=%s.ani lock=%d", this, __FUNCTION__, lock); in lockInternal() 296 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlockInternal() 300 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlockInternal() 306 LOGLOCK("image=%p op=%s lock=%d", this, __FUNCTION__, lock); in lock() 314 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlock() 317 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlock()
|