Lines Matching refs:programInterface
155 …virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pn… in VerifyGetProgramInterfaceiv() argument
159 glGetProgramInterfaceiv(program, programInterface, pname, &res); in VerifyGetProgramInterfaceiv()
168 …virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const s… in VerifyGetProgramResourceIndex() argument
171 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
180 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, in VerifyGetProgramResourceIndex() argument
184 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
207 …virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint i… in VerifyGetProgramResourceName() argument
212 glGetProgramResourceName(program, programInterface, index, 1024, &len, name); in VerifyGetProgramResourceName()
229 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() argument
232 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
241 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() argument
245 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
268 …virtual inline void VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint ind… in VerifyGetProgramResourceiv() argument
275 …glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, param… in VerifyGetProgramResourceiv()
281 << "\nCALL: glGetProgramResourceiv, with " << programInterface << ", " << index in VerifyGetProgramResourceiv()
292 << " at: " << i << "\nCALL: glGetProgramResourceiv, with " << programInterface << ", " << index in VerifyGetProgramResourceiv()