Searched refs:LOGLOCK (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 31 #define LOGLOCK(fmt, ...) // TRACE(fmt " tid=%d", ##__VA_ARGS__, gettid()) macro 34 #define LOGLOCK(...) macro 289 LOGLOCK("image=%p op=%s.swsurface lock=%d", this, __FUNCTION__, lock); in lockInternal() 301 LOGLOCK("image=%p op=%s.ani lock=%d", this, __FUNCTION__, lock); in lockInternal() 321 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlockInternal() 325 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlockInternal() 331 LOGLOCK("image=%p op=%s lock=%d", this, __FUNCTION__, lock); in lock() 339 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlock() 342 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlock()
|
D | Image.cpp | 1245 LOGLOCK("image=%p op=%s.swsurface lock=%d", this, __FUNCTION__, lock); in lockInternal() 1252 …LOGLOCK("badness: %s called with unsupported parms: image=%p x=%d y=%d z=%d", __FUNCTION__, this, … in lockInternal() 1255 LOGLOCK("image=%p op=%s.ani lock=%d", this, __FUNCTION__, lock); in lockInternal() 1272 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlockInternal() 1275 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlockInternal() 1281 LOGLOCK("image=%p op=%s lock=%d", this, __FUNCTION__, lock); in lock() 1289 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlock() 1292 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlock()
|