Lines Matching refs:allocItem
498 ri::Result* result = curList->allocItem<ri::Result>(); in handleElementStart()
505 item = curList->allocItem<ri::Text>(); in handleElementStart()
510 ri::Section* section = curList->allocItem<ri::Section>(); in handleElementStart()
519 ri::Number* number = curList->allocItem<ri::Number>(); in handleElementStart()
535 ri::ImageSet* imageSet = curList->allocItem<ri::ImageSet>(); in handleElementStart()
544 ri::Image* image = curList->allocItem<ri::Image>(); in handleElementStart()
557 ri::ShaderProgram* shaderProgram = curList->allocItem<ri::ShaderProgram>(); in handleElementStart()
568 ri::Shader* shader = curList->allocItem<ri::Shader>(); in handleElementStart()
581 item = curList->allocItem<ri::SpirVSource>(); in handleElementStart()
604 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()
609 ri::CompileInfo* info = curList->allocItem<ri::CompileInfo>(); in handleElementStart()
619 ri::EglConfigSet* set = curList->allocItem<ri::EglConfigSet>(); in handleElementStart()
628 ri::EglConfig* config = curList->allocItem<ri::EglConfig>(); in handleElementStart()
665 ri::SampleList* list = curList->allocItem<ri::SampleList>(); in handleElementStart()
690 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>(); in handleElementStart()
709 ri::Sample* sample = list->samples.allocItem<ri::Sample>(); in handleElementStart()
721 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>(); in handleElementStart()