HomeSort by relevance Sort by last modified time
    Searched defs:GetLogPrefix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
logger.cc 32 std::string prefixed_msg(std::string("[") + GetLogPrefix() + "]" + msg);
53 const std::string& Logger::GetLogPrefix() const {
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 361 const std::string& GLES2Implementation::GetLogPrefix() const {
368 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetError()");
426 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] Client Synthesized Error: "
552 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDisable("
563 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glEnable("
574 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glIsEnabled("
731 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetMaxValueInBufferCHROMIUM("
763 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDrawElements("
789 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFlush()");
799 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glShallowFlushCHROMIUM()")
    [all...]

Completed in 244 milliseconds