Home | History | Annotate | Download | only in rs

Lines Matching refs:funcs

47         a->getContext()->mHal.funcs.freeRuntimeMem(ptr);
54 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
63 if (!rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences())) {
90 mRSC->mHal.funcs.allocation.destroy(mRSC, this);
94 rsc->mHal.funcs.allocation.syncAll(rsc, this, src);
108 rsc->mHal.funcs.allocation.data1D(rsc, this, xoff, lod, count, data, sizeBytes);
114 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
121 rsc->mHal.funcs.allocation.data3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
136 rsc->mHal.funcs.allocation.read1D(rsc, this, xoff, lod, count, data, sizeBytes);
153 rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
164 rsc->mHal.funcs.allocation.read3D(rsc, this, xoff, yoff, zoff, lod, w, h, d, data, sizeBytes, stride);
192 rsc->mHal.funcs.allocation.elementData1D(rsc, this, x, data, cIdx, sizeBytes);
226 rsc->mHal.funcs.allocation.elementData2D(rsc, this, x, y, data, cIdx, sizeBytes);
314 uint8_t *dst = (uint8_t *)rsc->mHal.funcs.allocation.lock1D(rsc, this);
317 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
325 const uint8_t *src = (const uint8_t*)rsc->mHal.funcs.allocation.lock1D(rsc, this);
332 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
351 stream->addByteArray(rsc->mHal.funcs.allocation.lock1D(rsc, this), dataSize);
352 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
409 mRSC->mHal.funcs.allocation.markDirty(rsc, this);
424 void *ptr = mRSC->mHal.funcs.allocation.lock1D(mRSC, this);
426 mRSC->mHal.funcs.allocation.unlock1D(mRSC, this);
449 decRefs(rsc->mHal.funcs.allocation.lock1D(rsc, this), oldDimX - dimX, dimX);
450 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
452 rsc->mHal.funcs
485 //return rsc->mHal.funcs.allocation.getSurface(rsc, this);
490 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
494 rsc->mHal.funcs.allocation.ioSend(rsc, this);
505 rsc->mHal.funcs.allocation.ioReceive(rsc, this);
531 rsc->mHal.funcs.allocation.generateMipmaps(rsc, alloc);
620 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
658 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
675 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip,
692 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip,
722 rsc->mHal.funcs.allocation.read1D(rsc, a, xoff, lod, count, data, sizeBytes);