Searched defs:GetOffsetPtr (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.cpp92 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc, function
137 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face);
801 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
828 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
858 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
891 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, z, lod,
918 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
937 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face);
968 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, z, lod,
1012 uint8_t *dstPtr = GetOffsetPtr(dstAllo
[all...]

Completed in 509 milliseconds