Home
last modified time | relevance | path

Searched refs:mNativeMeshSpec (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMeshSpecification.java76 long mNativeMeshSpec; field in MeshSpecification
390 mNativeMeshSpec = meshSpec; in MeshSpecification()
DMesh.java86 long nativeMesh = nativeMake(meshSpec.mNativeMeshSpec, mode, vertexBuffer, in Mesh()
120 long nativeMesh = nativeMakeIndexed(meshSpec.mNativeMeshSpec, mode, vertexBuffer, in Mesh()