Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp80 VkStructureType sType; in free_features_extensions_structs() member
280 features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in setupDevice()
321 queuePriorityCreateInfo.sType = in setupDevice()
564 exportInfo.sType = VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO; in finishFrame()
569 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in finishFrame()
636 getFdInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR; in swapBuffers()
694 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in fenceWait()
705 importInfo.sType = VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR; in fenceWait()
739 exportInfo.sType = VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO; in createReleaseFence()
744 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in createReleaseFence()
[all …]
H A DVulkanSurface.cpp249 externalImageFormatInfo.sType = in InitializeWindowInfoStruct()
256 imageFormatInfo.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2; in InitializeWindowInfoStruct()
268 hwbUsage.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_USAGE_ANDROID; in InitializeWindowInfoStruct()
272 imgFormProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in InitializeWindowInfoStruct()
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java211 String sType = cursor.getString(cursor.getColumnIndex(ENTRY_TYPE)); in createEntry() local
212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType)); in createEntry()