Lines Matching refs:elementCreate
33 * Calls: elementCreate
35 TEST_F(RenderscriptHidlTest, ElementCreate) {
36 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
44 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocationGetType
48 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
71 * Calls: elementCreate, typeCreate, elementGetNativeMetadata,
76 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
107 * Calls: elementCreate, typeCreate, allocationCreateTyped,
112 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
144 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite,
150 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 4);
195 * Calls: elementCreate, typeCreate, allocationCreateTyped,
203 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 4);
299 * Calls: contextSetPriority, contextSetCacheDir, elementCreate, assignName,
306 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1);