Lines Matching refs:elementCreate
25 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation1DWrite,
32 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
61 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite,
68 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
98 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation3DWrite,
105 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
135 * Calls: elementCreate, typeCreate, allocationCreateFromBitmap,
142 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
175 * Calls: elementCreate, typeCreate, allocationCreateFromBitmap,
182 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
227 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation3DWrite,
234 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
280 * Calls: elementCreate, typeCreate, allocationCreateFromBitmap,
287 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
337 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite,
344 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1);
384 * Calls: elementCreate, typeCreate, allocationCubeCreateFromBitmap,
391 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
424 * Calls: elementCreate, elementComplexCreate, elementGetSubElements,
429 Element element1 = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1);
432 Element element2 = context->elementCreate(DataType::UNSIGNED_32, DataKind::USER, false, 1);