HomeSort by relevance Sort by last modified time
    Searched defs:pTable (Results 26 - 44 of 44) sorted by null

12

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 149 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
150 pTable->DestroyInstance(instance, pAllocator);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp 139 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
140 pTable->DestroyInstance(instance, pAllocator);
    [all...]
image.cpp 149 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
150 pTable->DestroyInstance(instance, pAllocator);
    [all...]
swapchain.cpp     [all...]
parameter_validation.cpp 109 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
110 VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
123 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
124 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
133 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
134 pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
    [all...]
core_validation.cpp     [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp     [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 150 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
151 pTable->DestroyInstance(instance, pAllocator);
    [all...]
object_tracker.cpp     [all...]
parameter_validation.cpp 120 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
121 VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
133 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
134 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
143 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
144 pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 47 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
51 result = pTable->EnumeratePhysicalDevices(instance,pPhysicalDeviceCount,pPhysicalDevices);
87 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
90 pTable->GetDeviceQueue(device,queueFamilyIndex,queueIndex,pQueue);
103 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
115 result = pTable->QueueSubmit(queue,submitCount,pSubmits,fence);
134 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
138 result = pTable->QueueWaitIdle(queue);
149 VkLayerDispatchTable *pTable = my_data->device_dispatch_table;
154 result = pTable->DeviceWaitIdle(device)
    [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp 109 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
110 VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
123 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
124 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
133 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
134 pTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
unique_objects.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 591 milliseconds

12