HomeSort by relevance Sort by last modified time
    Searched refs:DeviceData (Results 1 - 15 of 15) sorted by null

  /frameworks/native/vulkan/libvulkan/
driver.h 54 struct DeviceData {
86 struct DeviceData {
87 DeviceData(const VkAllocationCallbacks& alloc,
96 api::DeviceData opaque_api_data;
189 inline bool SetData(VkDevice dev, const DeviceData& data) {
193 inline bool SetData(VkQueue queue, const DeviceData& data) {
197 inline bool SetData(VkCommandBuffer cmd, const DeviceData& data) {
201 inline bool SetData(DeviceDispatchable dispatchable, const DeviceData& data) {
217 inline DeviceData& GetData(VkDevice dev) {
218 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev))
    [all...]
api.h 47 inline DeviceData& GetData(VkDevice dev) {
51 inline DeviceData& GetData(VkQueue queue) {
55 inline DeviceData& GetData(VkCommandBuffer cmd) {
driver.cpp 674 DeviceData* AllocateDeviceData(
678 allocator.pUserData, sizeof(DeviceData), alignof(DeviceData),
683 return new (data_mem) DeviceData(allocator, debug_report_callbacks);
686 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) {
687 data->~DeviceData();
    [all...]
api.cpp 878 // initialize DeviceData
879 DeviceData& data = GetData(dev);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 56 private Map<String, DeviceData> mMonitoredDevices;
73 mMonitoredDevices = new HashMap<String, DeviceData>();
114 DeviceData data = mMonitoredDevices.get(deviceSerial);
145 mMonitoredDevices.put(device.getSerialNumber(), new DeviceData(r, l));
268 private static class DeviceData {
272 public DeviceData(LogCatReceiver r, ILogCatBufferChangeListener l) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaIo/
UgaIo.h 62 UGA_DEVICE_DATA deviceData;
114 IN UGA_DEVICE_DATA * DeviceData,
132 DeviceData - A pointer to UGA_DEVICE_DATA returned from a call to DispatchService()
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaIo.h 51 UGA_DEVICE_DATA deviceData;
95 @param[in] DeviceData A pointer to UGA_DEVICE_DATA returned from a call to DispatchService()
112 IN UGA_DEVICE_DATA *DeviceData,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbcamdi.h 336 PUSBCAMD_DEVICE_DATA DeviceData,
376 PVOID DeviceData,
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1984 milliseconds