Lines Matching refs:allocItem
482 ri::Result* result = curList->allocItem<ri::Result>(); in handleElementStart()
489 item = curList->allocItem<ri::Text>(); in handleElementStart()
494 ri::Section* section = curList->allocItem<ri::Section>(); in handleElementStart()
503 ri::Number* number = curList->allocItem<ri::Number>(); in handleElementStart()
519 ri::ImageSet* imageSet = curList->allocItem<ri::ImageSet>(); in handleElementStart()
528 ri::Image* image = curList->allocItem<ri::Image>(); in handleElementStart()
541 ri::ShaderProgram* shaderProgram = curList->allocItem<ri::ShaderProgram>(); in handleElementStart()
552 ri::Shader* shader = curList->allocItem<ri::Shader>(); in handleElementStart()
565 item = curList->allocItem<ri::SpirVSource>(); in handleElementStart()
588 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()
593 ri::CompileInfo* info = curList->allocItem<ri::CompileInfo>(); in handleElementStart()
603 ri::EglConfigSet* set = curList->allocItem<ri::EglConfigSet>(); in handleElementStart()
612 ri::EglConfig* config = curList->allocItem<ri::EglConfig>(); in handleElementStart()
649 ri::SampleList* list = curList->allocItem<ri::SampleList>(); in handleElementStart()
674 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>(); in handleElementStart()
693 ri::Sample* sample = list->samples.allocItem<ri::Sample>(); in handleElementStart()
705 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>(); in handleElementStart()