OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
409
const std::string& GLES2Implementation::
GetLogPrefix
() const {
416
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glGetError()");
474
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] Client Synthesized Error: "
600
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glDisable("
611
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glEnable("
622
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glIsEnabled("
786
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glGetMaxValueInBufferCHROMIUM("
818
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glDrawElements("
844
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glFlush()");
856
GPU_CLIENT_LOG("[" <<
GetLogPrefix
() << "] glShallowFlushCHROMIUM()")
[
all
...]
Completed in 61 milliseconds