Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp79 …ShaderStage declareLocation; // support declarations with/without layout qualifiers, needed for l… member
86 , declareLocation (declareLocation_) in UniformInfo()
285 …const bool declareInVert = (uniformInfo.declareLocation & UniformInfo::SHADERSTAGE_VERTEX) != … in genShaderSources()
286 …const bool declareInFrag = (uniformInfo.declareLocation & UniformInfo::SHADERSTAGE_FRAGMENT) != … in genShaderSources()