Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMesh.java39 private long mNativeMeshWrapper; field in Mesh
252 mNativeMeshWrapper, uniformName, value1, value2, value3, value4, count); in setFloatUniform()
263 nativeUpdateUniforms(mNativeMeshWrapper, uniformName, values, isColor); in setUniform()
337 nativeUpdateUniforms(mNativeMeshWrapper, uniformName, values); in setIntUniform()
344 return mNativeMeshWrapper; in getNativeWrapperInstance()
354 mNativeMeshWrapper, uniformName, value1, value2, value3, value4, count); in setIntUniform()
358 mNativeMeshWrapper = nativeMeshWrapper; in meshSetup()
360 MeshHolder.MESH_SPECIFICATION_REGISTRY.registerNativeAllocation(this, mNativeMeshWrapper); in meshSetup()