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

/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp79 ShaderStage declareLocation; // support declarations with/without layout qualifiers, needed for linkage testing member in struct:deqp::gles31::Functional::__anon4820::UniformInfo
86 , declareLocation (declareLocation_)
285 const bool declareInVert = (uniformInfo.declareLocation & UniformInfo::SHADERSTAGE_VERTEX) != 0;
286 const bool declareInFrag = (uniformInfo.declareLocation & UniformInfo::SHADERSTAGE_FRAGMENT) != 0;

Completed in 104 milliseconds