Home | History | Annotate | Download | only in rs

Lines Matching refs:allocation

45                           "Unable to set fixed function emulation matrices because allocation is missing");
48 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
58 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
74 "Unable to set fixed function emulation matrix projection because allocation is missing");
77 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
81 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
92 "Unable to set fixed function emulation matrix modelview because allocation is missing");
95 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
99 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
110 "Unable to set fixed function emulation matrix texture because allocation is missing");
113 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(
117 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
128 "Unable to get fixed function emulation matrix projection because allocation is missing");
132 rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]));
134 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
142 rsc->mHal.funcs.allocation.lock1D(rsc, mHal.state.constants[0]));
147 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
206 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(),
217 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(rsc, mDefaultAlloc.get()));
230 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get());