Searched defs:InternalData (Results 1 – 7 of 7) sorted by relevance
1800 struct GraphicsPipelineWrapper::InternalData struct in vk::GraphicsPipelineWrapper1802 const InstanceInterface &vki;1803 const DeviceInterface &vk;1804 VkPhysicalDevice physicalDevice;1805 VkDevice device;1806 const std::vector<std::string> &deviceExtensions;1807 const PipelineConstructionType pipelineConstructionType;1808 const VkPipelineCreateFlags pipelineFlags;1809 PipelineCreateFlags2 pipelineFlags2;1812 int setupState;[all …]
44 struct ComputePipelineWrapper::InternalData struct in vk::ComputePipelineWrapper46 const DeviceInterface &vk;47 VkDevice device;48 const ComputePipelineConstructionType pipelineConstructionType;51 …InternalData(const DeviceInterface &vkd, VkDevice vkDevice, const ComputePipelineConstructionType … in InternalData() function
96 struct LineEditor::InternalData { struct in LineEditor111 LineEditor::InternalData *Data; in ElGetPromptFn()276 struct LineEditor::InternalData { struct in LineEditor277 FILE *In;278 FILE *Out;
99 struct LineEditor::InternalData { struct in LineEditor114 LineEditor::InternalData *Data; in ElGetPromptFn()282 struct LineEditor::InternalData { struct in LineEditor283 FILE *In;284 FILE *Out;
98 struct LineEditor::InternalData { struct in LineEditor113 LineEditor::InternalData *Data; in ElGetPromptFn()281 struct LineEditor::InternalData { struct in LineEditor282 FILE *In;283 FILE *Out;
39 struct MediaBufferGroup::InternalData { struct in android::MediaBufferGroup40 Mutex mLock;41 Condition mCondition;42 size_t mGrowthLimit; // Do not automatically grow group larger than this.43 std::list<MediaBufferBase *> mBuffers;
555 private static class InternalData { class in LevenbergMarquardtOptimizer577 InternalData(double[][] weightedJacobian, in InternalData() method in LevenbergMarquardtOptimizer.InternalData