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

  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 141 GoogleServiceAuthError::State error_state; member in struct:__anon5616
166 GoogleServiceAuthError(table[i].error_state));
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 145 MockErrorState error_state; local
162 gl_.get(), &error_state, &buffer_manager, buffer, 15, GL_STATIC_DRAW,
167 gl_.get(), &error_state, &buffer_manager, buffer, 16, GL_STATIC_DRAW,
176 gl_.get(), &error_state, &buffer_manager, buffer, 32, GL_STATIC_DRAW,
vertex_attrib_manager.cc 18 #include "gpu/command_buffer/service/error_state.h"
170 ErrorState* error_state = decoder->GetErrorState(); local
192 error_state, GL_INVALID_OPERATION, function_name,
237 error_state, GL_INVALID_OPERATION, function_name,
259 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"
1369 ErrorState* error_state = state->GetErrorState(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen_actor.h 41 ErrorScreen::ErrorState error_state() const { return error_state_; } function in class:chromeos::ErrorScreenActor
65 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.h 91 ChannelError error_state() const { return error_state_; } function in class:extensions::api::cast_channel::CastSocket
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 410 gpu::gles2::ErrorState* error_state = decoder->GetErrorState(); local
412 error_state,
417 error_state,
422 error_state,
427 error_state,
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 48 gpu::CommandBuffer::State error_state; local
49 error_state.error = gpu::error::kGenericError;
50 return error_state;
  /external/kernel-headers/original/linux/
pci.h 141 pci_channel_state_t error_state; /* current connectivity state */ member in struct:pci_dev

Completed in 912 milliseconds