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

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterMesh.cpp 50 m_context->makeContextCurrent();
63 m_context->makeContextCurrent();
CustomFilterCompiledProgram.cpp 51 m_context->makeContextCurrent();
144 m_context->makeContextCurrent();
CustomFilterGlobalContext.cpp 84 m_context->makeContextCurrent();
FECustomFilter.cpp 76 m_context->makeContextCurrent();
154 m_context->makeContextCurrent();
CustomFilterRenderer.cpp 118 m_context->makeContextCurrent();
  /external/chromium_org/content/common/gpu/client/
gpu_in_process_context_tests.cc 25 context_->makeContextCurrent();
context_provider_command_buffer.cc 88 if (!context3d_->makeContextCurrent())
141 context3d_->makeContextCurrent();
gl_helper_benchmark.cc 67 context_->makeContextCurrent();
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 92 if (context_->makeContextCurrent())
103 if (!context_->makeContextCurrent()) {
111 if (!context_->makeContextCurrent()) {
119 if (!context_->makeContextCurrent()) {
127 if (!context_->makeContextCurrent()) {
136 if (!context_->makeContextCurrent()) {
compositor_impl_android.cc 286 !context->makeContextCurrent())
311 !context->makeContextCurrent())
328 if (context->isContextLost() || !context->makeContextCurrent())
447 if (context->isContextLost() || !context->makeContextCurrent())
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc 19 interface->fCallbackData)->makeContextCurrent();
context_provider_in_process.cc 89 if (!context3d_->makeContextCurrent())
155 context3d_->makeContextCurrent();
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_impl.cc 111 if (context_->makeContextCurrent()) {
126 if (context_->makeContextCurrent()) {
stream_texture_factory_android_synchronous_impl.cc 159 if (context->makeContextCurrent()) {
177 if (context->makeContextCurrent()) {
webmediaplayer_android.cc 186 if (context->makeContextCurrent())
934 if (!context->makeContextCurrent())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 158 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/
gpu_ipc_browsertests.cc 46 context_->makeContextCurrent();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 160 m_context->makeContextCurrent();
280 m_context->makeContextCurrent();
ImageBuffer.cpp 140 if (!context.makeContextCurrent())
GraphicsContext3D.h 134 bool makeContextCurrent();
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 242 EXPECT_TRUE(context3d->makeContextCurrent());
333 EXPECT_TRUE(context3d->makeContextCurrent());
fake_web_graphics_context_3d.cc 25 bool FakeWebGraphicsContext3D::makeContextCurrent() {
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 486 || !extensions->canUseCopyTextureCHROMIUM(internalFormat, type, level) || !context->makeContextCurrent())
584 || !context3D->makeContextCurrent())
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 213 if (!m_context->makeContextCurrent())
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 44 virtual bool makeContextCurrent() { return true; }

Completed in 4380 milliseconds

1 2