Searched refs:layoutLocation (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp80 ShaderStage layoutLocation; member in struct:deqp::gles31::Functional::__anon20370::UniformInfo
87 , layoutLocation (layoutLocation_)
287 const bool layoutInVert = (uniformInfo.layoutLocation & UniformInfo::SHADERSTAGE_VERTEX) != 0;
288 const bool layoutInFrag = (uniformInfo.layoutLocation & UniformInfo::SHADERSTAGE_FRAGMENT) != 0;
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp98 deInt32 layoutLocation = LOC_UNDEF,
H A DglsAttributeLocationTests.cpp671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize) argument
674 , m_layoutLocation (layoutLocation)

Completed in 313 milliseconds