HomeSort by relevance Sort by last modified time
    Searched refs:mesh (Results 26 - 28 of 28) sorted by null

12

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 619 public void setDefaultGeometry(Mesh mesh)
621 mScript.set_defaultGeometry(mesh);
624 public void setLoadingGeometry(Mesh mesh)
626 mScript.set_loadingGeometry(mesh);
807 public void setGeometry(int n, Mesh geometry)
    [all...]
carousel.rs 668 * Draws the requested mesh, with the appropriate program store in effect.
670 static void drawMesh(rs_mesh mesh)
673 // Draw the entire mesh, with the only available program store
675 rsgDrawMesh(mesh);
677 // Draw each primitive in the mesh with the corresponding program store
681 rsgDrawMesh(mesh, i);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 1453 Vector<GRADIENT_RECT, 10> mesh; local
    [all...]

Completed in 326 milliseconds

12