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

  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 19 gpu::CommandBuffer::State GetErrorState() {
110 return GetErrorState();
116 return GetErrorState();
  /external/chromium_org/gpu/command_buffer/service/
context_state.cc 290 ErrorState* ContextState::GetErrorState() {
gles2_cmd_decoder.cc 174 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;
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 39 gpu::CommandBuffer::State GetErrorState() {
89 return GetErrorState();
94 return GetErrorState();

Completed in 165 milliseconds