This is the complete list of members for juce::OpenGLShaderProgram::Uniform, including all inherited members.
context | juce::OpenGLShaderProgram::Uniform | private |
set(GLfloat n1) const noexcept | juce::OpenGLShaderProgram::Uniform | |
set(GLint n1) const noexcept | juce::OpenGLShaderProgram::Uniform | |
set(GLfloat n1, GLfloat n2) const noexcept | juce::OpenGLShaderProgram::Uniform | |
set(GLfloat n1, GLfloat n2, GLfloat n3) const noexcept | juce::OpenGLShaderProgram::Uniform | |
set(GLfloat n1, GLfloat n2, GLfloat n3, float n4) const noexcept | juce::OpenGLShaderProgram::Uniform | |
set(GLint n1, GLint n2, GLint n3, GLint n4) const noexcept | juce::OpenGLShaderProgram::Uniform | |
set(const GLfloat *values, int numValues) const noexcept | juce::OpenGLShaderProgram::Uniform | |
setMatrix2(const GLfloat *values, GLint count, GLboolean transpose) const noexcept | juce::OpenGLShaderProgram::Uniform | |
setMatrix3(const GLfloat *values, GLint count, GLboolean transpose) const noexcept | juce::OpenGLShaderProgram::Uniform | |
setMatrix4(const GLfloat *values, GLint count, GLboolean transpose) const noexcept | juce::OpenGLShaderProgram::Uniform | |
Uniform(const OpenGLShaderProgram &program, const char *uniformName) | juce::OpenGLShaderProgram::Uniform | |
uniformID | juce::OpenGLShaderProgram::Uniform |