Home | History | Annotate | Download | only in rs

Lines Matching refs:allocation

46                           "Unable to set fixed function emulation matrices because allocation is missing");
49 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
75 "Unable to set fixed function emulation matrix projection because allocation is missing");
78 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
82 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
93 "Unable to set fixed function emulation matrix modelview because allocation is missing");
96 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
100 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
111 "Unable to set fixed function emulation matrix texture because allocation is missing");
114 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
118 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
129 "Unable to get fixed function emulation matrix projection because allocation is missing");
133 rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]));
135 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
143 rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]));
148 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
207 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(),
218 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(rsc, mDefaultAlloc.get()));
231 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get());