Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMesh.h32 struct MeshUniform { struct
47 MeshUniform& operator=(const SkMatrix& val) { argument
53 float* data = reinterpret_cast<float*>(
85 MeshUniformBuilder* fOwner; argument
88 MeshUniform uniform(std::string_view name) { return {this, fMeshSpec->findUniform(name)}; } in uniform() argument