Searched defs:m_layoutLocation (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp60 int getLayoutLocation (void) const { return m_layoutLocation; }
61 bool hasLayoutLocation (void) const { return m_layoutLocation >= 0; }
64 void setLayoutLocation (int location) { m_layoutLocation = location; }
74 int m_layoutLocation; member in class:rsg::Variable
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp104 deInt32 getLayoutLocation (void) const { return m_layoutLocation; }
111 deInt32 m_layoutLocation; member in class:deqp::gls::AttributeLocationTestUtil::Attribute

Completed in 82 milliseconds