Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1092 if (location != desc.m_expected_location) in verifyVarying()
1095 << " expected: " << desc.m_expected_location << std::endl; in verifyVarying()
3823 var.m_descriptor.m_expected_component, var.m_descriptor.m_expected_location, in Variable()
4006 , m_expected_location(expected_location) in Descriptor()
4033 , m_expected_location(expected_location) in Descriptor()
6409 if (Utils::Variable::m_automatic_location == (*it)->m_descriptor.m_expected_location) in test()
6416 (*it)->m_descriptor.m_expected_location = location; in test()
6848 …const GLuint base_slot = variable.m_descriptor.m_expected_location + variable.m_descriptor.m_offse… in test()
6879 …const GLuint base_slot = variable.m_descriptor.m_expected_location + variable.m_descriptor.m_off… in test()
6890 vao.Attribute(variable.m_descriptor.m_expected_location, variable.m_descriptor.m_builtin, in test()
[all …]
Dgl4cEnhancedLayoutsTests.hpp441 glw::GLint m_expected_location; member