Searched refs:parent_context (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_share_group.cc59 void InitializeOnMainThread(gfx::GLContext* parent_context) { argument
69 base::Unretained(parent_context),
85 void InitializeOnTransferThread(gfx::GLContext* parent_context, argument
89 if (!parent_context) {
106 context_ = gfx::GLContext::CreateGLContext(parent_context->share_group(),
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp390 const DeclContext *parent_context = decl->getDeclContext(); local
391 const NamespaceDecl *parent_namespace = dyn_cast<NamespaceDecl>(parent_context);
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc1653 TextureStateTrackingContext* parent_context = parent_context_owned.get(); local
1740 EXPECT_CALL(*parent_context,
1742 EXPECT_CALL(*parent_context, consumeTextureCHROMIUM(GL_TEXTURE_2D, _));
1749 Mock::VerifyAndClearExpectations(parent_context);
1753 Mock::VerifyAndClearExpectations(parent_context);
1761 EXPECT_CALL(*parent_context, bindTexture(GL_TEXTURE_2D, parent_texture_id));
1763 *parent_context,
1766 *parent_context,
1769 Mock::VerifyAndClearExpectations(parent_context);
1773 EXPECT_CALL(*parent_context, bindTextur
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_report.cc539 AsanThreadContext *parent_context = local
541 DescribeThread(parent_context);

Completed in 1082 milliseconds