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

  /frameworks/base/libs/rs/
rsMesh.cpp 25 Mesh::Mesh(Context *rsc) : ObjectBase(rsc)
35 Mesh::~Mesh()
rsMesh.h 29 class Mesh : public ObjectBase
32 Mesh(Context *);
33 ~Mesh();
rsFileA3D.cpp 245 Mesh * m = new Mesh(rsc);
248 m->mPrimitives = new Mesh::Primitive_t *[m->mPrimitivesCount];
253 m->mPrimitives[ct] = (Mesh::Primitive_t *)mIndex[index].mRsObj;
260 Mesh::Primitive_t * p = new Mesh::Primitive_t;
270 p->mVerticies = (Mesh::Verticies_t *)mIndex[vertIdx].mRsObj;
313 Mesh::Verticies_t *cv = new Mesh::Verticies_t;
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 27 private static class Mesh {
36 Mesh(int which, int rows, int cols) {
156 private Mesh mMesh;
170 mMesh = new Mesh(mWhich, 16, 16);
  /external/skia/tests/
BlitRowTest.cpp 160 struct Mesh {
164 Mesh(const SkBitmap& bm, SkPaint* paint) {
212 // cons up a mesh to draw the bitmap with
213 Mesh mesh(srcBM, &paint);
242 mesh.draw(&canvas1, &paint);
  /external/skia/src/utils/
SkNinePatch.cpp 77 struct Mesh {
114 Mesh mesh; local
180 mesh.fVerts = verts;
181 mesh.fTexs = texs;
182 mesh.fColors = NULL;
183 mesh.fIndices = NULL;
187 mesh.fIndices = g3x3Indices;
191 mesh.fIndices = indices;
223 mesh.fVerts, mesh.fTexs, mesh.fColors, NULL
    [all...]

Completed in 79 milliseconds