Home
last modified time | relevance | path

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

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