Searched defs:ShaderSource (Results 1 – 5 of 5) sorted by relevance
271 struct ShaderSource struct273 ShaderType shaderType;274 std::string source;276 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {} in ShaderSource() argument277 …ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), … in ShaderSource() function
45 typedef std::vector<char *> ShaderSource; typedef
284 class ShaderSource : public Item class287 ShaderSource (void) : Item(TYPE_SHADERSOURCE) {} in ShaderSource() function in xe::ri::ShaderSource
1397 class ShaderSource : public Operation class1408 ShaderSource::ShaderSource (SharedPtr<Shader> shader, const char* source, bool useSync, bool server… in ShaderSource() function in deqp::egl::GLES2ThreadTest::ShaderSource
4307 void GL_APIENTRY ShaderSource(GLuint shader, GLsizei count, const GLchar *const *string, const GLin… in ShaderSource() function