Searched defs:ShaderSource (Results 1 – 4 of 4) sorted by relevance
349 struct ShaderSource struct351 ShaderType shaderType;352 std::string source;354 ShaderSource(void) : shaderType(SHADERTYPE_LAST) in ShaderSource() function357 …ShaderSource(glu::ShaderType shaderType_, const std::string &source_) : shaderType(shaderType_), s… in ShaderSource() argument
342 class ShaderSource : public Item class345 ShaderSource(void) : Item(TYPE_SHADERSOURCE) in ShaderSource() function in xe::ri::ShaderSource
45 typedef std::vector<char *> ShaderSource; typedef
1501 class ShaderSource : public Operation class1512 ShaderSource::ShaderSource(SharedPtr<Shader> shader, const char *source, bool useSync, bool serverS… in ShaderSource() function in deqp::egl::GLES2ThreadTest::ShaderSource