HomeSort by relevance Sort by last modified time
    Searched refs:elementCreate (Results 1 - 8 of 8) sorted by null

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 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)
    [all...]
VtsMiscellaneousTests.cpp 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
    [all...]
VtsScriptTests.cpp 23 * Calls: elementCreate, scriptIntrinsicCreate, scriptSetTimeZone
27 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1);
41 * scriptSetVarF, scriptSetVarD, elementCreate, typeCreate,
79 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1);
117 Element elementVE = context->elementCreate(DataType::SIGNED_32, DataKind::USER, false, 2);
191 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped,
201 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1);
237 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped,
247 Element element = context->elementCreate(DataType::SIGNED_32, DataKind::USER, false, 1);
287 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped
    [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 602 elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size)
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 70 Return<Element> elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) override;
Context.cpp 370 Return<Element> Context::elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) {
375 RsElement _element = Device::getHal().ElementCreate(mContext, _dt, _dk, _norm, _size);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 133 mEntryFuncs.ElementCreate = ElementCreate;
509 RsElement RsHidlAdaptation::ElementCreate (RsContext context,
515 uint64_t element = GetIContextHandle(context)->elementCreate((DataType) dt,
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 539 milliseconds