Home | History | Annotate | Download | only in resources

Lines Matching refs:child_context

1584     TextureStateTrackingContext* child_context = child_context_owned.get();
1630 EXPECT_CALL(*child_context, bindTexture(GL_TEXTURE_2D, child_texture_id))
1632 EXPECT_CALL(*child_context,
1634 EXPECT_CALL(*child_context,
1637 *child_context,
1640 *child_context,
1642 EXPECT_CALL(*child_context,
1647 Mock::VerifyAndClearExpectations(child_context);
1652 EXPECT_CALL(*child_context, bindTexture(GL_TEXTURE_2D, child_texture_id));
1654 Mock::VerifyAndClearExpectations(child_context);
1657 EXPECT_CALL(*child_context, bindTexture(GL_TEXTURE_2D, child_texture_id));
1660 *child_context,
1663 *child_context,
1667 Mock::VerifyAndClearExpectations(child_context);
1678 EXPECT_CALL(*child_context, bindTexture(GL_TEXTURE_2D, child_texture_id));
1679 EXPECT_CALL(*child_context,
1681 EXPECT_CALL(*child_context, insertSyncPoint());
1684 Mock::VerifyAndClearExpectations(child_context);
1745 EXPECT_CALL(*child_context, bindTexture(GL_TEXTURE_2D, child_texture_id));
1747 Mock::VerifyAndClearExpectations(child_context);