Searched refs:ShaderModulePlatformData (Results 1 – 5 of 5) sorted by relevance
25 struct ShaderModulePlatformData {}; struct40 virtual const ShaderModulePlatformData& GetPlatformData() const = 0;
31 struct ShaderModulePlatformDataVk : ShaderModulePlatformData {42 const ShaderModulePlatformData& GetPlatformData() const override;
123 const ShaderModulePlatformData& ShaderModuleVk::GetPlatformData() const in GetPlatformData()
34 struct ShaderModulePlatformDataGLES : ShaderModulePlatformData {61 const ShaderModulePlatformData& GetPlatformData() const override;
245 const ShaderModulePlatformData& ShaderModuleGLES::GetPlatformData() const in GetPlatformData()