Searched refs:makeContextCurrent (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
H A DCustomFilterMesh.cpp50 m_context->makeContextCurrent();
63 m_context->makeContextCurrent();
H A DCustomFilterCompiledProgram.cpp51 m_context->makeContextCurrent();
144 m_context->makeContextCurrent();
H A DCustomFilterGlobalContext.cpp84 m_context->makeContextCurrent();
H A DFECustomFilter.cpp76 m_context->makeContextCurrent();
154 m_context->makeContextCurrent();
H A DCustomFilterRenderer.cpp118 m_context->makeContextCurrent();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_in_process_context_tests.cc25 context_->makeContextCurrent();
H A Dcontext_provider_command_buffer.cc88 if (!context3d_->makeContextCurrent())
141 context3d_->makeContextCurrent();
H A Dgl_helper_benchmark.cc67 context_->makeContextCurrent();
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.cc92 if (context_->makeContextCurrent())
103 if (!context_->makeContextCurrent()) {
111 if (!context_->makeContextCurrent()) {
119 if (!context_->makeContextCurrent()) {
127 if (!context_->makeContextCurrent()) {
136 if (!context_->makeContextCurrent()) {
H A Dcompositor_impl_android.cc286 !context->makeContextCurrent())
311 !context->makeContextCurrent())
328 if (context->isContextLost() || !context->makeContextCurrent())
447 if (context->isContextLost() || !context->makeContextCurrent())
/external/chromium_org/webkit/common/gpu/
H A Dgrcontext_for_webgraphicscontext3d.cc19 interface->fCallbackData)->makeContextCurrent();
H A Dcontext_provider_in_process.cc89 if (!context3d_->makeContextCurrent())
155 context3d_->makeContextCurrent();
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_android_impl.cc111 if (context_->makeContextCurrent()) {
126 if (context_->makeContextCurrent()) {
H A Dstream_texture_factory_android_synchronous_impl.cc159 if (context->makeContextCurrent()) {
177 if (context->makeContextCurrent()) {
H A Dwebmediaplayer_android.cc186 if (context->makeContextCurrent())
934 if (!context->makeContextCurrent())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp158 m_context->makeContextCurrent();
303 if (!m_context || !m_context->makeContextCurrent())
317 if (!context.makeContextCurrent())
367 if (!m_context || !m_context->makeContextCurrent() || m_context->extensions()->getGraphicsResetStatusARB() != GL_NO_ERROR)
417 m_context->makeContextCurrent();
721 m_context->makeContextCurrent();
/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc46 context_->makeContextCurrent();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerBridge.cpp160 m_context->makeContextCurrent();
280 m_context->makeContextCurrent();
H A DImageBuffer.cpp140 if (!context.makeContextCurrent())
H A DGraphicsContext3D.h134 bool makeContextCurrent();
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.cc242 EXPECT_TRUE(context3d->makeContextCurrent());
333 EXPECT_TRUE(context3d->makeContextCurrent());
H A Dfake_web_graphics_context_3d.cc25 bool FakeWebGraphicsContext3D::makeContextCurrent() { function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp486 || !extensions->canUseCopyTextureCHROMIUM(internalFormat, type, level) || !context->makeContextCurrent())
584 || !context3D->makeContextCurrent())
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestPlugin.cpp213 if (!m_context->makeContextCurrent())
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h44 virtual bool makeContextCurrent() { return true; } function in class:blink::MockWebGraphicsContext3D

Completed in 395 milliseconds

12