Searched refs:createCallback (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | DuplexEngine.cpp | 29 createCallback<float_t>(); in beginStreams() 31 createCallback<int16_t>(); in beginStreams() 43 void DuplexEngine::createCallback() { in createCallback() function in DuplexEngine
|
D | DuplexEngine.h | 54 void createCallback();
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
D | MegaDroneEngine.cpp | 35 createCallback(cpuIds); in MegaDroneEngine() 62 void MegaDroneEngine::createCallback(std::vector<int> cpuIds){ in createCallback() function in MegaDroneEngine
|
D | MegaDroneEngine.h | 49 void createCallback(std::vector<int> cpuIds);
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.hpp | 101 …Move<VkDebugReportCallbackEXT> createCallback (const InstanceInterface& vki, VkInstance instan…
|
D | vkDebugReportUtil.cpp | 171 Move<VkDebugReportCallbackEXT> DebugReportRecorder::createCallback (const InstanceInterface& vki, V… in createCallback() function in vk::DebugReportRecorder
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktCustomInstancesDevices.cpp | 113 …, m_callback (m_recorder ? m_recorder->createCallback(*m_driver, *m_instance) : Move<VkDebugReport… in CustomInstance() 211 …, m_callback (m_recorder ? m_recorder->createCallback(*m_driver, m_instance) : Move<VkDebugReportC… in UncheckedInstance()
|
D | vktTestCase.cpp | 519 ? m_debugReportRecorder->createCallback(m_instanceInterface, m_instance.get()) in DefaultDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 113 …, m_callback (m_recorder ? m_recorder->createCallback(*m_driver, *m_instance) : Move<VkDebugReport… in CustomInstance() 211 …, m_callback (m_recorder ? m_recorder->createCallback(*m_driver, m_instance) : Move<VkDebugReportC… in UncheckedInstance()
|
D | vktTestCase.cpp | 519 ? m_debugReportRecorder->createCallback(m_instanceInterface, m_instance.get()) in DefaultDevice()
|