Lines Matching refs:glGetUniformLocation

1796 		location = glGetUniformLocation(program.getProgram(), "floatUniform");  in test()
1800 location = glGetUniformLocation(program.getProgram(), "float2Uniform"); in test()
1804 location = glGetUniformLocation(program.getProgram(), "float3Uniform"); in test()
1808 location = glGetUniformLocation(program.getProgram(), "float4Uniform"); in test()
1855 location = glGetUniformLocation(program.getProgram(), "intUniform"); in test()
1859 location = glGetUniformLocation(program.getProgram(), "int2Uniform"); in test()
1863 location = glGetUniformLocation(program.getProgram(), "int3Uniform"); in test()
1867 location = glGetUniformLocation(program.getProgram(), "int4Uniform"); in test()
1916 location = glGetUniformLocation(program.getProgram(), "boolUniform"); in test()
1920 location = glGetUniformLocation(program.getProgram(), "bool2Uniform"); in test()
1924 location = glGetUniformLocation(program.getProgram(), "bool3Uniform"); in test()
1928 location = glGetUniformLocation(program.getProgram(), "bool4Uniform"); in test()
1934 location = glGetUniformLocation(program.getProgram(), "boolUniform"); in test()
1938 location = glGetUniformLocation(program.getProgram(), "bool2Uniform"); in test()
1942 location = glGetUniformLocation(program.getProgram(), "bool3Uniform"); in test()
1946 location = glGetUniformLocation(program.getProgram(), "bool4Uniform"); in test()
1991 location = glGetUniformLocation(program.getProgram(), "uniformSampler"); in test()
2052 location = glGetUniformLocation(program.getProgram(), "arrayUniform"); in test()
2056 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2057 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2058 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2059 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2060 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2063 location = glGetUniformLocation(program.getProgram(),"array2Uniform"); in test()
2067 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2068 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2069 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2070 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2071 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2074 location = glGetUniformLocation(program.getProgram(),"array3Uniform"); in test()
2078 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2079 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2080 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2081 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2082 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2085 location = glGetUniformLocation(program.getProgram(),"array4Uniform"); in test()
2089 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2090 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2091 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2092 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2093 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
2149 location = glGetUniformLocation(program.getProgram(), "mat2Uniform"); in test()
2153 location = glGetUniformLocation(program.getProgram(), "mat3Uniform"); in test()
2157 location = glGetUniformLocation(program.getProgram(), "mat4Uniform"); in test()