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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.cc290 ErrorState* ContextState::GetErrorState() { function in class:gpu::gles2::ContextState
H A Dgles2_cmd_decoder.cc174 ERRORSTATE_SET_GL_ERROR(state_.GetErrorState(), error, function_name, msg)
176 ERRORSTATE_SET_GL_ERROR_INVALID_ENUM(state_.GetErrorState(), \
179 ERRORSTATE_SET_GL_ERROR_INVALID_PARAM(state_.GetErrorState(), error, \
182 ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(state_.GetErrorState(), \
185 ERRORSTATE_PEEK_GL_ERROR(state_.GetErrorState(), function_name)
187 ERRORSTATE_CLEAR_REAL_GL_ERRORS(state_.GetErrorState(), function_name)
655 virtual ErrorState* GetErrorState() OVERRIDE;
1910 "ScopedTextureBinder::ctor", state_->GetErrorState());
1920 "ScopedTextureBinder::dtor", state_->GetErrorState());
1928 "ScopedRenderBufferBinder::ctor", state_->GetErrorState());
3359 ErrorState* GLES2DecoderImpl::GetErrorState() { function in class:gpu::gles2::GLES2DecoderImpl
[all...]
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc19 gpu::CommandBuffer::State GetErrorState() { function in namespace:mojo::examples::__anon8747
110 return GetErrorState();
116 return GetErrorState();
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc39 gpu::CommandBuffer::State GetErrorState() { function in namespace:ppapi::proxy::__anon10119
89 return GetErrorState();
94 return GetErrorState();

Completed in 149 milliseconds