Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp140 struct GeometrySource struct
142 GeometrySource(const std::string &str) : source(str) in GeometrySource() function
146 std::string source;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp377 struct GeometrySource : public ShaderSource struct
379 GeometrySource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) in GeometrySource() function