HomeSort by relevance Sort by last modified time
    Searched refs:getLayoutLocation (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariable.hpp 60 int getLayoutLocation (void) const { return m_layoutLocation; }
rsgProgramExecutor.cpp 293 if ((*i)->getLayoutLocation() == 0)
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 117 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()));
    [all...]
glsAttributeLocationTests.hpp 104 deInt32 getLayoutLocation (void) const { return m_layoutLocation; }
glsRandomShaderProgram.cpp 124 if ((*iter)->getLayoutLocation() == location)

Completed in 80 milliseconds