Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp122 struct VertexSource struct
124 VertexSource(const std::string &str) : source(str) in VertexSource() argument
128 std::string source;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp363 struct VertexSource : public ShaderSource struct
365 VertexSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) in VertexSource() function