ErrorStateImpl     19 gpu/command_buffer/service/error_state.cc   explicit ErrorStateImpl(ErrorStateClient* client, Logger* logger);
ErrorStateImpl     20 gpu/command_buffer/service/error_state.cc   virtual ~ErrorStateImpl();
ErrorStateImpl     69 gpu/command_buffer/service/error_state.cc   DISALLOW_COPY_AND_ASSIGN(ErrorStateImpl);
ErrorStateImpl     77 gpu/command_buffer/service/error_state.cc   return new ErrorStateImpl(client, logger);
ErrorStateImpl     80 gpu/command_buffer/service/error_state.cc ErrorStateImpl::ErrorStateImpl(ErrorStateClient* client, Logger* logger)
ErrorStateImpl     83 gpu/command_buffer/service/error_state.cc ErrorStateImpl::~ErrorStateImpl() {}
ErrorStateImpl     85 gpu/command_buffer/service/error_state.cc uint32 ErrorStateImpl::GetGLError() {
ErrorStateImpl    104 gpu/command_buffer/service/error_state.cc unsigned int ErrorStateImpl::PeekGLError(
ErrorStateImpl    113 gpu/command_buffer/service/error_state.cc void ErrorStateImpl::SetGLError(
ErrorStateImpl    132 gpu/command_buffer/service/error_state.cc void ErrorStateImpl::SetGLErrorInvalidEnum(
ErrorStateImpl    143 gpu/command_buffer/service/error_state.cc void ErrorStateImpl::SetGLErrorInvalidParami(
ErrorStateImpl    164 gpu/command_buffer/service/error_state.cc void ErrorStateImpl::SetGLErrorInvalidParamf(
ErrorStateImpl    177 gpu/command_buffer/service/error_state.cc void ErrorStateImpl::CopyRealGLErrorsToWrapper(
ErrorStateImpl    186 gpu/command_buffer/service/error_state.cc void ErrorStateImpl::ClearRealGLErrors(