Home
last modified time | relevance | path

Searched refs:LOGLOCK (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.hpp32 #define LOGLOCK(fmt, ...) // TRACE(fmt " tid=%d", ##__VA_ARGS__, gettid()) macro
35 #define LOGLOCK(...) macro
296 LOGLOCK("image=%p op=%s.swsurface lock=%d", this, __FUNCTION__, lock); in lockInternal()
308 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()
DImage.cpp1183 LOGLOCK("image=%p op=%s.swsurface lock=%d", this, __FUNCTION__, lock); in lockInternal()
1190LOGLOCK("badness: %s called with unsupported parms: image=%p x=%d y=%d z=%d", __FUNCTION__, this, … in lockInternal()
1193 LOGLOCK("image=%p op=%s.ani lock=%d", this, __FUNCTION__, lock); in lockInternal()
1210 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlockInternal()
1213 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlockInternal()
1219 LOGLOCK("image=%p op=%s lock=%d", this, __FUNCTION__, lock); in lock()
1227 LOGLOCK("image=%p op=%s.ani", this, __FUNCTION__); in unlock()
1230 LOGLOCK("image=%p op=%s.swsurface", this, __FUNCTION__); in unlock()