/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;
|
rs.spec | 468 param RsSimpleMesh mesh 473 param RsSimpleMesh mesh 478 param RsSimpleMesh mesh
|
rsComponent.cpp | 212 0,//"MESH", 240 0,//"MESH", 309 "MESH",
|
rsg_ScriptJavaClass.cpp | 92 //case RS_TYPE_MESH: return "android.renderscript.Mesh"; 124 //case RS_TYPE_MESH: return "android.renderscript.Mesh";
|
rsScriptC_Lib.cpp | 98 static float* SC_loadSimpleMeshVerticesF(RsSimpleMesh mesh, uint32_t idx) 100 SimpleMesh *tm = static_cast<SimpleMesh *>(mesh); 105 static void SC_updateSimpleMesh(RsSimpleMesh mesh) 108 SimpleMesh *sm = static_cast<SimpleMesh *>(mesh); [all...] |
/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...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.h | 106 * @NL80211_CMD_GET_MPATH: Get mesh path attributes for mesh path to 109 * @NL80211_CMD_SET_MPATH: Set mesh path attributes for mesh path to 112 * @NL80211_CMD_NEW_PATH: Add a mesh path with given attributes to the 114 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC 115 * or, if no MAC address given, all mesh paths, on the interface identified 136 * @NL80211_CMD_GET_MESH_PARAMS: Get mesh networking properties for the 139 * @NL80211_CMD_SET_MESH_PARAMS: Set mesh networking properties for the 439 * @NL80211_ATTR_MESH_ID: mesh id (1-32 bytes) [all...] |
/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);
|
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 26 * Test whether a given triangle mesh is visible on the screen. The mesh 42 * @return 2 if all of the mesh is visible, 1 if some part of the mesh is
|
/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);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 27 * A 2D rectangular mesh. Can be drawn textured or untextured. 62 * Initialize triangle list mesh.
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
GenericWaveRS.java | 132 * - combine the two in to a mesh 143 // Start creating the mesh 154 // This will be a line mesh 166 // Bind the allocations to the mesh
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapMesh.java | 61 // construct our mesh
|
Vertices.java | 67 // construct our mesh
|
/external/webkit/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 255 @"model/mesh", @"mesh", 261 @"model/mesh", @"msh", 284 @"model/mesh", @"silo",
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridQuadMesh.java | 28 * A 2D rectangular mesh. Can be drawn textured or untextured. This version is 71 * Initialize triangle list mesh.
|
GridQuad.java | 28 * A 2D rectangular mesh. Can be drawn textured or untextured. This version is 120 * Initialize triangle list mesh.
|
GridDrawables.java | 153 // Frame mesh.
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 244 // Start creating the mesh 255 // This will be a line mesh 267 // Bind the allocations to the mesh
|
/frameworks/base/core/java/android/webkit/ |
MimeTypeMap.java | 434 sMimeTypeMap.loadEntry("model/mesh", "msh"); 435 sMimeTypeMap.loadEntry("model/mesh", "mesh"); 436 sMimeTypeMap.loadEntry("model/mesh", "silo");
|
/frameworks/base/libs/rs/java/Film/src/com/android/film/ |
FilmRS.java | 208 mMesh.setName("mesh");
|
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | [all...] |
/external/webkit/WebCore/platform/graphics/wince/ |
GraphicsContextWince.cpp | 1497 Vector<GRADIENT_RECT, 10> mesh; local [all...] |