Home
last modified time | relevance | path

Searched defs:error_state (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
Derror_state.h25 #define ERRORSTATE_SET_GL_ERROR(error_state, error, function_name, msg) \ argument
31 error_state, function_name, value, label) \ argument
38 error_state, error, function_name, pname, param) \ argument
45 error_state, error, function_name, pname, param) \ argument
51 #define ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(error_state, function_name) \ argument
54 #define ERRORSTATE_PEEK_GL_ERROR(error_state, function_name) \ argument
57 #define ERRORSTATE_CLEAR_REAL_GL_ERRORS(error_state, function_name) \ argument
Dbuffer_manager.cc265 ErrorState* error_state = context_state->GetErrorState(); in ValidateAndDoBufferData() local
300 ErrorState* error_state, in DoBufferData()
331 ErrorState* error_state = context_state->GetErrorState(); in ValidateAndDoBufferSubData() local
343 ErrorState* error_state, in DoBufferSubData()
Dtexture_manager.cc1102 const char* function_name, ErrorState* error_state, in SetParameteri()
1126 const char* function_name, ErrorState* error_state, in SetParameterf()
1314 ErrorState* error_state, const char* function_name, GLenum format, in ValidateFormatAndTypeCombination()
1328 ErrorState* error_state, const char* function_name, in ValidateTextureParameters()
1407 ErrorState* error_state = state->GetErrorState(); in ValidateTexImage2D() local
1481 ErrorState* error_state, in DoTexImage2D()
Dvertex_attrib_manager_unittest.cc137 MockErrorState error_state; in TEST_F() local
Dvertex_attrib_manager.cc169 ErrorState* error_state = decoder->GetErrorState(); in ValidateBindings() local
Dtest_helper.cc599 ::gfx::MockGLInterface* gl, MockErrorState* error_state, in DoBufferData()
623 ::gfx::MockGLInterface* gl, MockErrorState* error_state, in SetTexParameteriWithExpectations()
/external/chromium_org/chrome/browser/resources/chromeos/login/
Dscreen_error_message.js296 setErrorState_: function(error_state, network) { argument
357 setErrorState: function(error_state, network) { argument
/external/chromium_org/chrome/browser/chromeos/login/screens/
Derror_screen_actor.h42 ErrorScreen::ErrorState error_state() const { return error_state_; } in error_state() function
Derror_screen.cc133 void ErrorScreen::SetErrorState(ErrorState error_state, in SetErrorState()
/external/chromium_org/chrome/browser/signin/
Dsignin_global_error_unittest.cc95 GoogleServiceAuthError::State error_state; in TEST_F() member
Dsignin_error_notifier_ash_unittest.cc206 GoogleServiceAuthError::State error_state; in TEST_F() member
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Dauto_enrollment_check_screen.cc215 ErrorScreen::ErrorState error_state) { in ShowErrorScreen()
/external/chromium_org/chrome/browser/sync/
Dsync_global_error_unittest.cc84 GoogleServiceAuthError::State error_state, in VerifySyncGlobalErrorResult()
Dsync_error_notifier_ash_unittest.cc145 void VerifySyncErrorNotifierResult(GoogleServiceAuthError::State error_state, in VerifySyncErrorNotifierResult()
Dsync_ui_util_unittest.cc54 GoogleServiceAuthError::State error_state, in VerifySyncGlobalErrorResult()
/external/chromium_org/components/signin/core/browser/
Dsignin_error_controller_unittest.cc147 GoogleServiceAuthError::State error_state; in TEST_F() member
/external/chromium_org/extensions/browser/api/cast_channel/
Dcast_channel_api.cc74 void FillErrorInfo(ChannelError error_state, in FillErrorInfo()
143 cast_channel::ChannelError error_state, in OnError()
Dcast_socket.cc113 ChannelError CastSocket::error_state() const { in error_state() function in extensions::core_api::cast_channel::CastSocket
842 void CastSocket::SetErrorState(ChannelError error_state) { in SetErrorState()
Dcast_transport.cc183 void CastTransport::SetErrorState(ChannelError error_state) { in SetErrorState()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Derror_screen_handler.cc133 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state, in SetErrorState()
/external/chromium_org/content/common/gpu/
Dtexture_image_transport_surface.cc402 gpu::gles2::ErrorState* error_state = decoder->GetErrorState(); in CreateBackTexture() local
/external/chromium_org/mojo/examples/pepper_container_app/
Dgraphics_3d_resource.cc20 gpu::CommandBuffer::State error_state; in GetErrorState() local
/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.cc351 GoogleServiceAuthError::State error_state) { in RecordSupervisedProfileCreationMetrics()
/external/chromium_org/extensions/common/api/cast_channel/
Dlogging.proto125 optional ErrorState error_state = 10; field
/external/chromium_org/ppapi/proxy/
Dppb_graphics_3d_proxy.cc40 gpu::CommandBuffer::State error_state; in GetErrorState() local

12