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

  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 147 uint8_t *GetOffsetPtr(const Allocation *alloc, uint32_t xoff, uint32_t yoff,
164 uint16_t *oPtr = (uint16_t *)GetOffsetPtr(alloc, 0, y, 0, lod + 1, face);
166 (uint16_t *)GetOffsetPtr(alloc, 0, 0, y * 2, lod, face);
168 (uint16_t *)GetOffsetPtr(alloc, 0, 0, y * 2 + 1, lod, face);
184 uint32_t *oPtr = (uint32_t *)GetOffsetPtr(alloc, 0, y, 0, lod + 1, face);
186 (uint32_t *)GetOffsetPtr(alloc, 0, y * 2, 0, lod, face);
188 (uint32_t *)GetOffsetPtr(alloc, 0, y * 2 + 1, 0, lod, face);
204 uint8_t *oPtr = GetOffsetPtr(alloc, 0, y, 0, lod + 1, face);
205 const uint8_t *i1 = GetOffsetPtr(alloc, 0, y * 2, 0, lod, face);
206 const uint8_t *i2 = GetOffsetPtr(alloc, 0, y * 2 + 1, 0, lod, face)
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 86 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
131 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face);
515 alloc->mHal.drvState.lod[lod].mallocPtr = GetOffsetPtr(alloc,
833 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
860 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
    [all...]

Completed in 71 milliseconds