Searched refs:ErrorStateImpl (Results 1 - 1 of 1) sorted by path

/external/chromium_org/gpu/command_buffer/service/
H A Derror_state.cc17 class ErrorStateImpl : public ErrorState { class in namespace:gpu::gles2
19 explicit ErrorStateImpl(ErrorStateClient* client, Logger* logger);
20 virtual ~ErrorStateImpl();
69 DISALLOW_COPY_AND_ASSIGN(ErrorStateImpl);
77 return new ErrorStateImpl(client, logger);
80 ErrorStateImpl::ErrorStateImpl(ErrorStateClient* client, Logger* logger) function in class:gpu::gles2::ErrorStateImpl
83 ErrorStateImpl::~ErrorStateImpl() {}
85 uint32 ErrorStateImpl
[all...]

Completed in 284 milliseconds