Home
last modified time | relevance | path

Searched refs:ProgramCollection (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp70 class ProgramCollection class
73 ProgramCollection (void);
74 ProgramCollection (const BuildOptions defaultBuildOptions);
75 ~ProgramCollection (void);
78 ProgramCollection (const ProgramCollection<Program, BuildOptions>& other) = delete;
79 ProgramCollection<Program, BuildOptions>& operator=(const ProgramCollection<Program, BuildOptions>& other) = delete;
125 ProgramCollection<Program, BuildOptions>::ProgramCollection (voi function in vk::ProgramCollection
130 ProgramCollection<Program, BuildOptions>::ProgramCollection (const BuildOptions defaultBuildOptions) ProgramCollection() function in vk::ProgramCollection
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp63 class ProgramCollection class
66 ProgramCollection (void);
67 ~ProgramCollection (void);
111 ProgramCollection<Program>::ProgramCollection (void) in ProgramCollection() function in glc::ProgramCollection
116 ProgramCollection<Program>::~ProgramCollection (void) in ~ProgramCollection()
122 void ProgramCollection<Program>::clear (void) in clear()
130 Program& ProgramCollection<Program>::add (const std::string& name) in add()
140 void ProgramCollection<Progra
[all...]

Completed in 2 milliseconds