Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1021 index = program.GetResourceIndex(name, interface); in verifyVarying()
1277 index = program.GetResourceIndex(name_str, GL_BUFFER_VARIABLE); in checkSSB()
2792 glw::GLuint Program::GetResourceIndex(const std::string& name, GLenum interface) const in GetResourceIndex() function in gl4cts::EnhancedLayouts::Utils::Program
2796 return GetResourceIndex(gl, m_id, name, interface); in GetResourceIndex()
3085 GLuint Program::GetResourceIndex(const Functions& gl, GLuint id, const std::string& name, GLenum in… in GetResourceIndex() function in gl4cts::EnhancedLayouts::Utils::Program
6328 GLuint index = program.GetResourceIndex((*it)->m_descriptor.m_name, GL_PROGRAM_INPUT); in test()
6846 GLuint index = program.GetResourceIndex((*it)->m_descriptor.m_name, GL_PROGRAM_OUTPUT); in test()
21921 const GLuint gohan_id = program.GetResourceIndex("gohan", GL_TRANSFORM_FEEDBACK_VARYING); in test()
21922 const GLuint goten_id = program.GetResourceIndex("goten", GL_TRANSFORM_FEEDBACK_VARYING); in test()
21923 const GLuint chichi_id = program.GetResourceIndex("chichi", GL_TRANSFORM_FEEDBACK_VARYING); in test()
[all …]
Dgl4cEnhancedLayoutsTests.hpp774 glw::GLuint GetResourceIndex(const std::string& name, glw::GLenum interface) const;
809 …static glw::GLuint GetResourceIndex(const glw::Functions& gl, glw::GLuint id, const std::string& n…