Home
last modified time | relevance | path

Searched refs:newSurface (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp195 Surface* newSurface = m_surfaces[i]; in setIsPainting() local
196 if (!newSurface->needsTexture()) in setIsPainting()
201 if (newSurface->tryUpdateSurface(oldSurface)) in setIsPainting()
/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.c279 … cairo_surface_t *newSurface = cairo_surface_create_similar(cairoSurface, content, width, height); in gdk_window_create_similar_surface() local
281 return newSurface; in gdk_window_create_similar_surface()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.cpp738 IDirect3DSurface9 *newSurface = NULL; in createSurface() local
771 newTexture->GetSurfaceLevel(levelToFetch, &newSurface); in createSurface()
776 img->surface = newSurface; in createSurface()