Home | History | Annotate | Download | only in driver

Lines Matching refs:xoff

77                             uint32_t xoff, uint32_t yoff, uint32_t lod,
88 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr);
374 uint32_t xoff, uint32_t lod, uint32_t count,
380 ptr += eSize * xoff;
393 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
404 dst += alloc->mHal.state.type->getLODFaceOffset(lod, face, xoff, yoff);
417 Update2DTexture(rsc, alloc, data, xoff, yoff, lod, face, w, h);
422 uint32_t xoff, uint32_t yoff, uint32_t zoff,
436 uint32_t xoff, uint32_t yoff, uint32_t lod,
439 ptr += alloc->getType()->getLODOffset(lod, xoff, yoff);