OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validate_required_pointer
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
parameter_validation.h
96
skipCall |=
validate_required_pointer
(report_data, "vkCreateInstance", "pAllocator->pfnAllocation", reinterpret_cast<const void*>(pAllocator->pfnAllocation));
98
skipCall |=
validate_required_pointer
(report_data, "vkCreateInstance", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation));
100
skipCall |=
validate_required_pointer
(report_data, "vkCreateInstance", "pAllocator->pfnFree", reinterpret_cast<const void*>(pAllocator->pfnFree));
103
skipCall |=
validate_required_pointer
(report_data, "vkCreateInstance", "pInstance", pInstance);
116
skipCall |=
validate_required_pointer
(report_data, "vkDestroyInstance", "pAllocator->pfnAllocation", reinterpret_cast<const void*>(pAllocator->pfnAllocation));
118
skipCall |=
validate_required_pointer
(report_data, "vkDestroyInstance", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation));
120
skipCall |=
validate_required_pointer
(report_data, "vkDestroyInstance", "pAllocator->pfnFree", reinterpret_cast<const void*>(pAllocator->pfnFree));
144
skipCall |=
validate_required_pointer
(report_data, "vkGetPhysicalDeviceFeatures", "pFeatures", pFeatures);
158
skipCall |=
validate_required_pointer
(report_data, "vkGetPhysicalDeviceFormatProperties", "pFormatProperties", pFormatProperties);
184
skipCall |=
validate_required_pointer
(report_data, "vkGetPhysicalDeviceImageFormatProperties", "pImageFormatProperties", pImageFormatPro (…)
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h
124
static bool
validate_required_pointer
(debug_report_data *report_data, const char *apiName, const char *parameterName,
function in namespace:parameter_validation
[
all
...]
/external/vulkan-validation-layers/layers/
parameter_validation_utils.h
143
static bool
validate_required_pointer
(debug_report_data *report_data, const char *apiName, const ParameterName ¶meterName,
function in namespace:parameter_validation
[
all
...]
Completed in 837 milliseconds