OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getphysicaldeviceformatproperties2khr
(Results
1 - 10
of
10
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkInstanceFunctionPointers.inl
42
GetPhysicalDeviceFormatProperties2KHRFunc
getPhysicalDeviceFormatProperties2KHR
;
vkInitInstanceFunctionPointers.inl
42
m_vk.
getPhysicalDeviceFormatProperties2KHR
= (GetPhysicalDeviceFormatProperties2KHRFunc) GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties2KHR");
vkConcreteInstanceInterface.inl
42
virtual void
getPhysicalDeviceFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const;
vkInstanceDriverImpl.inl
195
void InstanceDriver::
getPhysicalDeviceFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const
197
m_vk.
getPhysicalDeviceFormatProperties2KHR
(physicalDevice, format, pFormatProperties);
vkVirtualInstanceInterface.inl
42
virtual void
getPhysicalDeviceFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const = 0;
vkNullDriverImpl.inl
[
all
...]
/frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp
176
{"vkGetPhysicalDeviceFormatProperties2KHR", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetPhysicalDeviceFormatProperties2KHR>(
GetPhysicalDeviceFormatProperties2KHR
))},
null_driver_gen.h
177
VKAPI_ATTR void
GetPhysicalDeviceFormatProperties2KHR
(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties);
null_driver.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp
[
all
...]
Completed in 281 milliseconds