D | gl4cEnhancedLayoutsTests.cpp | 1023 program.GetResource(interface, index, GL_LOCATION, 1 /* size */, &location); in verifyVarying() 1024 program.GetResource(interface, index, GL_LOCATION_COMPONENT, 1 /* size */, &component); in verifyVarying() 1279 program.GetResource(GL_BUFFER_VARIABLE, index, GL_OFFSET, 1, &offset); in checkSSB() 2778 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint*… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program 2782 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource() 3068 void Program::GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum pr… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program 6331 program.GetResource(GL_PROGRAM_INPUT, index, GL_LOCATION, 1 /* size */, &location); in test() 6849 program.GetResource(GL_PROGRAM_OUTPUT, index, GL_LOCATION, 1 /* size */, &location); in test() 21728 …program.GetResource(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, GL_TRANSFORM_FEEDBACK_BUFFER_STRI… in test() 21929 program.GetResource(GL_TRANSFORM_FEEDBACK_VARYING, gohan_id, GL_OFFSET, 1, &gohan_offset); in test() [all …]
|