Searched defs:parent_context (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_share_group.cc62 void InitializeOnMainThread(gfx::GLContext* parent_context) { argument
72 base::Unretained(parent_context),
93 void InitializeOnTransferThread(gfx::GLContext* parent_context, argument
97 if (!parent_context) {
114 context_ = gfx::GLContext::CreateGLContext(parent_context->share_group(),
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc1424 TextureStateTrackingContext* parent_context = parent_context_owned.get(); local
1509 EXPECT_CALL(*parent_context,
1511 EXPECT_CALL(*parent_context, consumeTextureCHROMIUM(GL_TEXTURE_2D, _));
1513 Mock::VerifyAndClearExpectations(parent_context);
1517 Mock::VerifyAndClearExpectations(parent_context);
1525 EXPECT_CALL(*parent_context, bindTexture(GL_TEXTURE_2D, parent_texture_id));
1527 *parent_context,
1530 *parent_context,
1533 Mock::VerifyAndClearExpectations(parent_context);
1537 EXPECT_CALL(*parent_context, bindTextur
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_report.cc437 AsanThreadContext *parent_context = local
439 DescribeThread(parent_context);

Completed in 404 milliseconds