Searched defs:ErrorStateImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Derror_state.cc17 class ErrorStateImpl : public ErrorState { class in namespace:gpu::gles2
19 explicit ErrorStateImpl(Logger* logger);
20 virtual ~ErrorStateImpl();
61 DISALLOW_COPY_AND_ASSIGN(ErrorStateImpl);
69 return new ErrorStateImpl(logger);
72 ErrorStateImpl::ErrorStateImpl(Logger* logger) function in class:gpu::gles2::ErrorStateImpl
76 ErrorStateImpl::~ErrorStateImpl() {}
78 uint32 ErrorStateImpl
[all...]

Completed in 140 milliseconds