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

  /external/chromium_org/content/browser/compositor/
image_transport_factory_browsertest.cc 58 gl->LoseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
  /external/chromium_org/cc/output/
output_surface_unittest.cc 103 output_surface.context_provider()->ContextGL()->LoseContextCHROMIUM(
160 context_provider_->ContextGL()->LoseContextCHROMIUM(
gl_renderer_unittest.cc     [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.h 169 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
test_gles2_interface.cc 374 void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) {
375 test_context_->loseContextCHROMIUM(current, other);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 208 OP(LoseContextCHROMIUM) /* 449 */ \
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 235 #define glLoseContextCHROMIUM GLES2_GET_FUN(LoseContextCHROMIUM)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc     [all...]
gles2_cmd_decoder_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h     [all...]
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation_unittest_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 722 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
gles2_interface_autogen.h 491 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0;
gles2_interface_stub_autogen.h 524 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
gles2_trace_implementation_autogen.h 524 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
gles2_implementation_impl_autogen.h     [all...]
gles2_c_lib_autogen.h     [all...]
gles2_implementation_unittest.cc     [all...]
gles2_implementation.cc 521 helper_->LoseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 350 context_provider->ContextGL()->LoseContextCHROMIUM(
428 context_provider->ContextGL()->LoseContextCHROMIUM(
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 831 void WebGraphicsContext3DImpl::loseContextCHROMIUM(
833 gl_->LoseContextCHROMIUM(current, other);
    [all...]

Completed in 292 milliseconds