Searched refs:nodeKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DTessellationCache.h79 const void* nodeKey; member in struct:android::uirenderer::TessellationCache::ShadowDescription
83 ShadowDescription(const void* nodeKey, const Matrix4* drawTransform);
H A DTessellationCache.cpp79 : nodeKey(NULL) {
83 TessellationCache::ShadowDescription::ShadowDescription(const void* nodeKey, const Matrix4* drawTransform) argument
84 : nodeKey(nodeKey) {
89 uint32_t hash = JenkinsHashMixBytes(0, (uint8_t*) &nodeKey, sizeof(const void*));

Completed in 396 milliseconds