Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DMesh.h39 reinterpret_cast<uint8_t*>(fOwner->writableUniformData()) + fVar->offset);
51 reinterpret_cast<uint8_t*>(fOwner->writableUniformData()) + fVar->offset);
76 reinterpret_cast<uint8_t*>(fOwner->writableUniformData()) + fVar->offset); in set()
82 MeshUniformBuilder* fOwner; member