Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DMesh.h29 struct MeshUniform { struct
44 MeshUniform& operator=(const SkMatrix& val) { argument
50 float* data = reinterpret_cast<float*>(
82 MeshUniformBuilder* fOwner; argument
85 MeshUniform uniform(std::string_view name) { return {this, fMeshSpec->findUniform(name)}; } in uniform() argument