Home | History | Annotate | Download | only in rs

Lines Matching refs:resize2D

565 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) {
566 rsc->setError(RS_ERROR_FATAL_DRIVER, "resize2d not implemented");
716 a->resize2D(rsc, dimX, dimY);