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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp473 WGC3Duint m_imageId5 = webContext()->nextImageIdToBeCreated(); local
474 EXPECT_CALL(*webContext(), bindTexImage2DMock(m_imageId5)).Times(1);
492 EXPECT_CALL(*webContext(), destroyImageMock(m_imageId5)).Times(1);
493 EXPECT_CALL(*webContext(), releaseTexImage2DMock(m_imageId5)).Times(1);

Completed in 154 milliseconds