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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc2477 mock_context_ = mock_context_owned.get();
2510 EXPECT_CALL(*mock_context_, activeTexture(_)).Times(0);
2511 EXPECT_CALL(*mock_context_, bindTexture(GL_TEXTURE_RECTANGLE_ARB, 1))
2513 EXPECT_CALL(*mock_context_,
2517 EXPECT_CALL(*mock_context_,
2521 EXPECT_CALL(*mock_context_,
2525 EXPECT_CALL(*mock_context_,
2529 EXPECT_CALL(*mock_context_,
2534 EXPECT_CALL(*mock_context_,
2541 EXPECT_CALL(*mock_context_, bindTextur
2548 Mock::VerifyAndClearExpectations(&mock_context_); member in class:cc::__anon2820::LayerTreeHostTestIOSurfaceDrawing::Mock
2580 Mock::VerifyAndClearExpectations(&mock_context_); member in class:cc::__anon2820::LayerTreeHostTestIOSurfaceDrawing::Mock
2589 MockIOSurfaceWebGraphicsContext3D* mock_context_; member in class:cc::__anon2820::LayerTreeHostTestIOSurfaceDrawing
[all...]

Completed in 227 milliseconds