Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DMesh.h85 MeshUniform uniform(std::string_view name) { return {this, fMeshSpec->findUniform(name)}; } in uniform()
88 fMeshSpec = sk_sp(meshSpec); in MeshUniformBuilder()
102 sk_sp<SkMeshSpecification> fMeshSpec; variable