HomeSort by relevance Sort by last modified time
    Searched refs:newSurface (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 175 Surface* newSurface = m_surfaces[i];
176 if (!newSurface->needsTexture())
181 if (newSurface->tryUpdateSurface(oldSurface))
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.c 279 cairo_surface_t *newSurface = cairo_surface_create_similar(cairoSurface, content, width, height);
281 return newSurface;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 738 IDirect3DSurface9 *newSurface = NULL;
771 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
776 img->surface = newSurface;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 361 milliseconds