Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/amber/src/
Dpipeline.h99 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function
Dpipeline.cc258 Result Pipeline::SetShaderType(const Shader* shader, ShaderType type) { in SetShaderType() function in amber::Pipeline
Dcommand.h678 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() function