Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp427 static void collectStructPtrs (std::set<const glu::StructType*>& dst, const glu::VarType& type) in collectStructPtrs() function
430 collectStructPtrs(dst, type.getElementType()); in collectStructPtrs()
436 collectStructPtrs(dst, type.getStructPtr()->getMember(memberNdx).getType()); in collectStructPtrs()
449 collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.variables[varNdx].varType); in ~Program()
453 collectStructPtrs(structTypes, m_shaders[shaderNdx]->m_defaultBlock.interfaceBlocks[interfaceNdx].variables[varNdx].varType); in ~Program()

Completed in 2 milliseconds