Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp427 struct MissSource : public ShaderSource struct
429 MissSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_MISS, source_) in MissSource() argument