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 451 const std::string& GLES2Implementation::GetLogPrefix() const {
458 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetError()");
516 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] Client Synthesized Error: "
647 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDisable("
658 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glEnable("
669 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glIsEnabled("
833 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetMaxValueInBufferCHROMIUM("
865 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDrawElements("
895 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFlush()");
905 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glShallowFlushCHROMIUM()")
    [all...]

Completed in 172 milliseconds