Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp289 void** tailPNext = &features.pNext; in setupDevice() local
298 *tailPNext = blend; in setupDevice()
299 tailPNext = &blend->pNext; in setupDevice()
308 *tailPNext = ycbcrFeature; in setupDevice()
309 tailPNext = &ycbcrFeature->pNext; in setupDevice()
316 *tailPNext = deviceFaultFeatures; in setupDevice()
317 tailPNext = &deviceFaultFeatures->pNext; in setupDevice()