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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 104 * Create a Allocation, and verified allocationGetPointer and allocationResize1D
108 * allocationGetPointer, allocationResize1D
127 context->allocationGetPointer(allocation, 0, AllocationCubemapFace::POSITIVE_X, 0,
133 context->allocationGetPointer(allocation, 0, AllocationCubemapFace::POSITIVE_X, 0,
  /hardware/interfaces/renderscript/1.0/
IContext.hal 559 allocationGetPointer(Allocation allocation, uint32_t lod,
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 67 Return<void> allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPointer_cb _hidl_cb) override;
Context.cpp 333 Return<void> Context::allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPointer_cb _hidl_cb) {
340 void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t));
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 107 mEntryFuncs.AllocationGetPointer = AllocationGetPointer;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp     [all...]

Completed in 2396 milliseconds