HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceInterface (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 68 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; }
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 258 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; }
321 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
352 const vk::DeviceInterface& Context::getDeviceInterface (void) const { return m_device->getDeviceInterface(); }
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 212 const DeviceInterface& getDeviceInterface (void) const
284 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
310 const DeviceInterface& vk = m_opContext->getDeviceInterface();
407 const DeviceInterface& vk = m_opContext->getDeviceInterface();
vktSynchronizationOperation.hpp 132 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vk; }
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 121 const DeviceInterface& getDeviceInterface (void) const
127 return m_context.getDeviceInterface();
301 const DeviceInterface& vk = getDeviceInterface();
511 const DeviceInterface& vk = getDeviceInterface();
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 737 getDeviceInterface<typename DeviceInfoT::InterfaceT>(name);
758 CameraProviderManager::ProviderInfo::getDeviceInterface(const std::string &name) const {
766 CameraProviderManager::ProviderInfo::getDeviceInterface
791 CameraProviderManager::ProviderInfo::getDeviceInterface
    [all...]

Completed in 728 milliseconds