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

  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 95 GoogleServiceAuthError::State error_state; member in struct:__anon9254
121 GoogleServiceAuthError(table[i].error_state));
signin_error_notifier_ash_unittest.cc 200 GoogleServiceAuthError::State error_state; member in struct:ash::test::__anon9253
226 GoogleServiceAuthError(table[i].error_state));
  /external/chromium_org/components/signin/core/browser/
signin_error_controller_unittest.cc 147 GoogleServiceAuthError::State error_state; member in struct:__anon11189
173 GoogleServiceAuthError(table[i].error_state));
178 EXPECT_EQ(table[i].error_state,
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 137 MockErrorState error_state; local
154 gl_.get(), &error_state, &buffer_manager, buffer, 15, GL_STATIC_DRAW,
159 gl_.get(), &error_state, &buffer_manager, buffer, 16, GL_STATIC_DRAW,
168 gl_.get(), &error_state, &buffer_manager, buffer, 32, GL_STATIC_DRAW,
vertex_attrib_manager.cc 17 #include "gpu/command_buffer/service/error_state.h"
167 ErrorState* error_state = decoder->GetErrorState(); local
189 error_state, GL_INVALID_OPERATION, function_name,
234 error_state, GL_INVALID_OPERATION, function_name,
256 error_state, GL_INVALID_OPERATION, function_name,
buffer_manager.cc 11 #include "gpu/command_buffer/service/error_state.h"
265 ErrorState* error_state = context_state->GetErrorState(); local
268 error_state, "glBufferData", target, "target");
273 error_state, "glBufferData", usage, "usage");
278 error_state, GL_INVALID_VALUE, "glBufferData", "size < 0");
285 error_state, GL_INVALID_VALUE, "glBufferData", "unknown buffer");
291 error_state, GL_OUT_OF_MEMORY, "glBufferData", "out of memory");
295 DoBufferData(error_state, buffer, size, usage, data);
300 ErrorState* error_state,
313 ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(error_state, "glBufferData")
331 ErrorState* error_state = context_state->GetErrorState(); local
    [all...]
texture_manager.cc 10 #include "gpu/command_buffer/service/error_state.h"
1443 ErrorState* error_state = state->GetErrorState(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen_actor.h 42 ErrorScreen::ErrorState error_state() const { return error_state_; } function in class:chromeos::ErrorScreenActor
69 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 19 gpu::CommandBuffer::State error_state; local
20 error_state.error = gpu::error::kGenericError;
21 return error_state;
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 401 gpu::gles2::ErrorState* error_state = decoder->GetErrorState(); local
403 error_state,
408 error_state,
413 error_state,
418 error_state,
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 40 gpu::CommandBuffer::State error_state; local
41 error_state.error = gpu::error::kGenericError;
42 return error_state;
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.cc 104 ChannelError CastSocket::error_state() const { function in class:extensions::api::cast_channel::CastSocket

Completed in 180 milliseconds