Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
DxeTestResultParser.cpp490 ri::Item* parentItem = getCurrentItem(); in handleElementStart() local
491 ri::Type parentType = parentItem ? parentItem->getType() : ri::TYPE_LAST; in handleElementStart()
586 item = &static_cast<ri::Shader*>(parentItem)->source; in handleElementStart()
593 item = &static_cast<ri::ShaderProgram*>(parentItem)->linkInfoLog; in handleElementStart()
595 item = &static_cast<ri::Shader*>(parentItem)->infoLog; in handleElementStart()
597 item = &static_cast<ri::CompileInfo*>(parentItem)->infoLog; in handleElementStart()
676 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart()
688 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); in handleElementStart()
707 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart()
719 ri::Sample* sample = static_cast<ri::Sample*>(parentItem); in handleElementStart()