• Home
  • Raw
  • Download

Lines Matching refs:LOG

41     LOG(DEBUG) << "EvsGlDisplay instantiated";  in EvsGlDisplay()
51 LOG(DEBUG) << "EvsGlDisplay being destroyed"; in ~EvsGlDisplay()
61 LOG(DEBUG) << "EvsGlDisplay forceShutdown"; in forceShutdown()
70 LOG(ERROR) << "EvsGlDisplay going down while client is holding a buffer"; in forceShutdown()
93 LOG(DEBUG) << __FUNCTION__; in getDisplayInfo()
111 LOG(DEBUG) << __FUNCTION__; in setDisplayState()
150 LOG(DEBUG) << __FUNCTION__; in getDisplayState()
164 LOG(DEBUG) << __FUNCTION__; in getTargetBuffer()
168 LOG(ERROR) << "Rejecting buffer request from object that lost ownership of the display."; in getTargetBuffer()
181 LOG(ERROR) << "Failed to initialize GL display"; in getTargetBuffer()
203 LOG(ERROR) << "Error " << result in getTargetBuffer()
211 LOG(ERROR) << "We didn't get a buffer handle back from the allocator"; in getTargetBuffer()
218 LOG(DEBUG) << "Allocated new buffer " << mBuffer.memHandle.getNativeHandle() in getTargetBuffer()
229 LOG(ERROR) << "getTargetBuffer called while no buffers available."; in getTargetBuffer()
237 LOG(VERBOSE) << "Providing display buffer handle " << mBuffer.memHandle.getNativeHandle() in getTargetBuffer()
250 LOG(VERBOSE) << __FUNCTION__ << " " << buffer.memHandle.getNativeHandle(); in returnTargetBufferForDisplay()
255 LOG(ERROR) << __FUNCTION__ in returnTargetBufferForDisplay()
260 LOG(ERROR) << "Got an unrecognized frame returned."; in returnTargetBufferForDisplay()
264 LOG(ERROR) << "A frame was returned with no outstanding frames."; in returnTargetBufferForDisplay()
284 LOG(WARNING) << "Got a frame returned while not visible - ignoring."; in returnTargetBufferForDisplay()
297 LOG(DEBUG) << "EvsFirstFrameDisplayTiming start time: " in returnTargetBufferForDisplay()