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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 18 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glAttachShader(" << program << ", "
26 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBindBuffer("
41 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBindFramebuffer("
57 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBindRenderbuffer("
73 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBindTexture("
91 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendColor(" << red << ", "
99 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendEquation("
108 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendEquationSeparate("
117 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendFunc("
129 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendFuncSeparate(
    [all...]
gles2_implementation.cc 458 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetError()");
460 GPU_CLIENT_LOG("returned " << GLES2Util::GetStringError(err));
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("
684 GPU_CLIENT_LOG("returned " << state);
833 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetMaxValueInBufferCHROMIUM("
839 GPU_CLIENT_LOG("returned " << result);
865 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDrawElements(
    [all...]
gles2_implementation.h 42 #define GPU_CLIENT_LOG(args)
48 #define GPU_CLIENT_LOG(args) DLOG_IF(INFO, debug_) << args;
55 #define GPU_CLIENT_LOG(args)
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 753 milliseconds