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

  /external/chromium_org/content/common/gpu/client/
gpu_in_process_context_tests.cc 27 context_->makeContextCurrent();
context_provider_command_buffer.cc 94 if (!context3d_->makeContextCurrent())
webgraphicscontext3d_command_buffer_impl.h 151 virtual bool makeContextCurrent();
gl_helper_benchmark.cc 64 context_->makeContextCurrent();
webgraphicscontext3d_command_buffer_impl.cc 312 bool WebGraphicsContext3DCommandBufferImpl::makeContextCurrent() {
gl_helper_unittest.cc 62 context_->makeContextCurrent();
    [all...]
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc 18 interface->fCallbackData)->makeContextCurrent();
webgraphicscontext3d_in_process_command_buffer_impl.h 65 virtual bool makeContextCurrent();
context_provider_in_process.cc 98 if (!context3d_->makeContextCurrent())
webgraphicscontext3d_in_process_command_buffer_impl.cc 188 bool WebGraphicsContext3DInProcessCommandBufferImpl::makeContextCurrent() {
webgraphicscontext3d_impl.cc 939 makeContextCurrent();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
Extensions3DUtil.cpp 45 if (!m_context->makeContextCurrent()) {
DrawingBuffer.cpp 207 m_context->makeContextCurrent();
302 m_context->makeContextCurrent();
366 if (!m_context->makeContextCurrent()) {
434 if (!m_context->makeContextCurrent())
463 if (!context->makeContextCurrent())
513 if (!m_context->makeContextCurrent() || m_context->getGraphicsResetStatusARB() != GL_NO_ERROR)
532 if (!context || !context->makeContextCurrent())
588 m_context->makeContextCurrent();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 86 if (context_->makeContextCurrent())
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 89 if (!context || !context->makeContextCurrent()) {
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 50 context_->makeContextCurrent();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 220 context()->makeContextCurrent();
404 webContext->makeContextCurrent();
ImageBuffer.cpp 166 if (!sharedContext || !sharedContext->makeContextCurrent())
178 if (!context->makeContextCurrent())
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 348 if (!Extensions3DUtil::canUseCopyTextureCHROMIUM(internalFormat, type, level) || !context->makeContextCurrent())
398 if (!context3D->makeContextCurrent())
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 202 if (m_context && !m_context->makeContextCurrent()) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 43 virtual bool makeContextCurrent() { return true; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 70 // makeContextCurrent() to complete initialization of the context, treating
145 virtual bool makeContextCurrent() = 0;

Completed in 1216 milliseconds