Searched refs:getLayoutLocation (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp60 int getLayoutLocation (void) const { return m_layoutLocation; } function in class:rsg::Variable
H A DrsgProgramExecutor.cpp293 if ((*i)->getLayoutLocation() == 0)
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp117 if (iter->getLayoutLocation() != Attribute::LOC_UNDEF)
118 src << "layout(location = " << iter->getLayoutLocation() << ") ";
492 << (attrib.getLayoutLocation() != Attribute::LOC_UNDEF ? ", Layout location " + de::toString(attrib.getLayoutLocation()) : "")
609 const deInt32 expectedLocation = (attrib.getLayoutLocation() != Attribute::LOC_UNDEF ? attrib.getLayoutLocation() : getBoundLocation(bindings, attrib.getName()));
H A DglsAttributeLocationTests.hpp104 deInt32 getLayoutLocation (void) const { return m_layoutLocation; } function in class:deqp::gls::AttributeLocationTestUtil::Attribute
H A DglsRandomShaderProgram.cpp124 if ((*iter)->getLayoutLocation() == location)

Completed in 227 milliseconds