Lines Matching refs:pLayerName
1015 const char* pLayerName; in decode() local
1021 memcpy((char**)&pLayerName, (*readStreamPtrPtr), 8); in decode()
1022 android::base::Stream::fromBe64((uint8_t*)&pLayerName); in decode()
1024 if (pLayerName) { in decode()
1025 vkReadStream->loadStringInPlaceWithStreamPtr((char**)&pLayerName, in decode()
1029 vkReadStream->loadStringInPlaceWithStreamPtr((char**)&pLayerName, in decode()
1070 ioStream, (unsigned long long)pLayerName, in decode()
1075 vk->vkEnumerateInstanceExtensionProperties(pLayerName, pPropertyCount, in decode()
1118 vkEnumerateInstanceExtensionProperties_VkResult_return, pLayerName, in decode()
1130 const char* pLayerName; in decode() local
1142 memcpy((char**)&pLayerName, (*readStreamPtrPtr), 8); in decode()
1143 android::base::Stream::fromBe64((uint8_t*)&pLayerName); in decode()
1145 if (pLayerName) { in decode()
1146 vkReadStream->loadStringInPlaceWithStreamPtr((char**)&pLayerName, in decode()
1150 vkReadStream->loadStringInPlaceWithStreamPtr((char**)&pLayerName, in decode()
1192 (unsigned long long)pLayerName, (unsigned long long)pPropertyCount, in decode()
1198 &m_pool, physicalDevice, pLayerName, pPropertyCount, pProperties); in decode()
1240 pLayerName, pPropertyCount, pProperties); in decode()