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

  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 18 gpu::CommandBuffer::State GetErrorState() {
109 return GetErrorState();
115 return GetErrorState();
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 39 gpu::CommandBuffer::State GetErrorState() {
88 return GetErrorState();
93 return GetErrorState();
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 204 virtual ErrorState* GetErrorState() = 0;
gles2_cmd_decoder_mock.h 103 MOCK_METHOD0(GetErrorState, ErrorState *());
buffer_manager.cc 265 ErrorState* error_state = context_state->GetErrorState();
331 ErrorState* error_state = context_state->GetErrorState();
364 context_state->GetErrorState(), GL_INVALID_OPERATION,
context_state.h 171 ErrorState* GetErrorState();
gles2_cmd_decoder.cc 162 ERRORSTATE_SET_GL_ERROR(state_.GetErrorState(), error, function_name, msg)
164 ERRORSTATE_SET_GL_ERROR_INVALID_ENUM(state_.GetErrorState(), \
167 ERRORSTATE_SET_GL_ERROR_INVALID_PARAM(state_.GetErrorState(), error, \
170 ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(state_.GetErrorState(), \
173 ERRORSTATE_PEEK_GL_ERROR(state_.GetErrorState(), function_name)
175 ERRORSTATE_CLEAR_REAL_GL_ERRORS(state_.GetErrorState(), function_name)
644 virtual ErrorState* GetErrorState() OVERRIDE;
    [all...]
context_state.cc 289 ErrorState* ContextState::GetErrorState() {
vertex_attrib_manager.cc 167 ErrorState* error_state = decoder->GetErrorState();
query_manager.cc 376 return MarkAsCompleted(manager()->decoder()->GetErrorState()->GetGLError());
query_manager_unittest.cc 558 EXPECT_CALL(*decoder_.get(), GetErrorState())
texture_manager.cc     [all...]
texture_manager_unittest.cc     [all...]
gles2_cmd_decoder_autogen.h 870 *result_dst = GetErrorState()->GetGLError();
    [all...]
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 401 gpu::gles2::ErrorState* error_state = decoder->GetErrorState();

Completed in 161 milliseconds