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

  /frameworks/native/vulkan/libvulkan/
driver.h 52 struct DeviceData {
84 struct DeviceData {
85 DeviceData(const VkAllocationCallbacks& alloc,
94 api::DeviceData opaque_api_data;
179 inline bool SetData(VkDevice dev, const DeviceData& data) {
183 inline bool SetData(VkQueue queue, const DeviceData& data) {
187 inline bool SetData(VkCommandBuffer cmd, const DeviceData& data) {
191 inline bool SetData(DeviceDispatchable dispatchable, const DeviceData& data) {
207 inline DeviceData& GetData(VkDevice dev) {
208 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev))
    [all...]
api.h 46 inline DeviceData& GetData(VkDevice dev) {
50 inline DeviceData& GetData(VkQueue queue) {
54 inline DeviceData& GetData(VkCommandBuffer cmd) {
driver.cpp 496 DeviceData* AllocateDeviceData(
500 allocator.pUserData, sizeof(DeviceData), alignof(DeviceData),
505 return new (data_mem) DeviceData(allocator, debug_report_callbacks);
508 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) {
509 data->~DeviceData();
770 DeviceData* data = AllocateDeviceData(data_allocator,
808 DeviceData& data = GetData(device);
api.cpp 855 // initialize DeviceData
856 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) {
  /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,
  /external/autotest/client/tests/kvm/deps/
whql_submission_15.cs 214 // Set submission DeviceData
219 Console.WriteLine("DeviceData name:");
223 Console.WriteLine("DeviceData data:");
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 286 milliseconds