Home
last modified time | relevance | path

Searched defs:getIndices (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/
DMesh.cpp105 uint16_t const* Mesh::getIndices() const { in getIndices() function in android::renderengine::Mesh
109 uint16_t* Mesh::getIndices() { in getIndices() function in android::renderengine::Mesh
/frameworks/base/core/java/android/app/wallpapereffectsgeneration/
DTexturedMesh.java135 public int[] getIndices() { in getIndices() method in TexturedMesh
/frameworks/base/libs/hwui/
DVertexBuffer.h125 const void* getIndices() const { return mIndices; } in getIndices() function