Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariable.hpp64 void setLayoutLocation (int location) { m_layoutLocation = location; } in setLayoutLocation() function in rsg::Variable
DrsgShaderGenerator.cpp212 …fragColorVar->setLayoutLocation(0); // Bind color output to location 0 (applies to GLSL ES 3.0 onw… in generate()