Lines Matching refs:xoff
87 uint32_t xoff, uint32_t yoff, uint32_t zoff, in GetOffsetPtr() argument
93 ptr += xoff * alloc->mHal.state.elementSizeBytes; in GetOffsetPtr()
99 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() argument
111 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr); in Update2DTexture()
819 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationData1D() argument
824 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData1D()
839 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() argument
851 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face); in rsdAllocationData2D()
881 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face); in rsdAllocationData2D()
896 Update2DTexture(rsc, alloc, data, xoff, yoff, lod, face, w, h); in rsdAllocationData2D()
901 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D() argument
916 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, z, lod, in rsdAllocationData3D()
940 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationRead1D() argument
943 const uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationRead1D()
952 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() argument
962 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face); in rsdAllocationRead2D()
981 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationRead3D() argument
993 const uint8_t *src = GetOffsetPtr(alloc, xoff, yoff, z, lod, in rsdAllocationRead3D()