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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h194 Vector<CoordinatedImageBackingID> imagesToCreate; member in struct:WebCore::CoordinatedGraphicsState
H A DCoordinatedGraphicsScene.cpp531 for (size_t i = 0; i < state.imagesToCreate.size(); ++i)
532 createImageBacking(state.imagesToCreate[i]);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp288 m_state.imagesToCreate.clear();
489 m_state.imagesToCreate.append(imageID);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp1084 encoder << state.imagesToCreate;
1136 if (!decoder.decode(state.imagesToCreate))

Completed in 109 milliseconds