Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMesh.h42 reinterpret_cast<uint8_t*>(fOwner->writableUniformData()) + fVar->offset);
54 reinterpret_cast<uint8_t*>(fOwner->writableUniformData()) + fVar->offset);
79 reinterpret_cast<uint8_t*>(fOwner->writableUniformData()) + fVar->offset); in set()
85 MeshUniformBuilder* fOwner; member