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 441 const std::string& GLES2Implementation::GetLogPrefix() const {
448 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetError()");
506 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] Client Synthesized Error: "
637 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDisable("
648 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glEnable("
659 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glIsEnabled("
823 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetMaxValueInBufferCHROMIUM("
855 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDrawElements("
885 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFlush()");
895 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glShallowFlushCHROMIUM()")
    [all...]

Completed in 282 milliseconds