Searched defs:Mesh (Results 1 – 11 of 11) sorted by relevance
93 struct Mesh { struct94 GLuint primitiveMode; // GL_TRIANGLES and GL_TRIANGLE_STRIP supported98 struct Indices {101 } indices;105 struct Vertices {112 } vertices;114 int elementCount;115 TextureVertex mappedVertices[4];
34 class Mesh; variable
23 Mesh::Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordSize) in Mesh() function in android::Mesh
38 class Mesh; variable
40 friend class Mesh; variable
36 class Mesh; variable
25 class Mesh; variable
24 Mesh::Mesh(Context *rsc) : ObjectBase(rsc) { in Mesh() function in Mesh38 Mesh::Mesh(Context *rsc, in Mesh() function in Mesh
94 class Mesh; variable
287 typedef struct Mesh { struct302 } Mesh_t; argument
40 public class Mesh extends BaseObj { class92 Mesh(long id, RenderScript rs) { in Mesh() method in Mesh