HomeSort by relevance Sort by last modified time
    Searched refs:this_in_hex_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
logger.cc 21 this_in_hex_ = std::string("GroupMarkerNotSet(crbug.com/242999)!:") +
55 return prefix.empty() ? this_in_hex_ : prefix;
logger.h 45 std::string this_in_hex_; member in class:gpu::gles2::Logger
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 670 std::string this_in_hex_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation.cc 129 this_in_hex_ = ss.str();
453 return prefix.empty() ? this_in_hex_ : prefix;
    [all...]

Completed in 62 milliseconds