Searched refs:SetShaderType (Results 1 – 4 of 4) sorted by relevance
102 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function269 Result SetShaderType(const Shader* shader, ShaderType type);
259 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType() function in amber::Pipeline265 info.SetShaderType(type); in SetShaderType()
688 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function
890 cmd->SetShaderType(ShaderNameToType(name)); in ProcessEntryPoint()