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() 1268 program.GetResource(GL_BUFFER_VARIABLE, index, GL_OFFSET, 1, &offset); in checkSSB() 2767 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint*… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program 2771 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource() 3057 void Program::GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum pr… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program 6276 program.GetResource(GL_PROGRAM_INPUT, index, GL_LOCATION, 1 /* size */, &location); in test() 6759 program.GetResource(GL_PROGRAM_OUTPUT, index, GL_LOCATION, 1 /* size */, &location); in test() 21638 …program.GetResource(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, GL_TRANSFORM_FEEDBACK_BUFFER_STRI… in test() 21839 program.GetResource(GL_TRANSFORM_FEEDBACK_VARYING, gohan_id, GL_OFFSET, 1, &gohan_offset); in test() [all …]
|