Home
last modified time | relevance | path

Searched defs:SetShaderType (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline.h102 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function
Dpipeline.cc259 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType() function in amber::Pipeline
Dcommand.h688 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function