Home
last modified time | relevance | path

Searched refs:VerifyGetProgramResourceLocation (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp229 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() function in glcts::__anon8d9a2a6b0111::PIQBase
241 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() function in glcts::__anon8d9a2a6b0111::PIQBase
415 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "position", 0, error); in Run()
416 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
719 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "a", 0, error); in Run()
720 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "b", 4, error); in Run()
721 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "c", 5, error); in Run()
722 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "d", 7, error); in Run()
723 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "e", 11, error); in Run()
724 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "f", 12, error); in Run()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp281 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() function in gl4cts::__anon7ce8063a0111::PIQBase
293 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() function in gl4cts::__anon7ce8063a0111::PIQBase
503 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "position", 0, error); in Run()
504 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
614 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "a", 0, error); in Run()
615 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "b", 4, error); in Run()
616 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "c[0]", 5, error); in Run()
617 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "c", 5, error); in Run()
618 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "c[1]", 6, error); in Run()
619 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "d[0]", 7, error); in Run()
[all …]