HomeSort by relevance Sort by last modified time
    Searched refs:unlock1D (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/
rsProgramVertex.cpp 58 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
81 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
99 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
117 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
134 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
147 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
230 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get());
rsProgramFragment.cpp 60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
rsScriptC_LibGL.cpp 217 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
249 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
rsAllocation.cpp 425 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
439 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
459 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
544 mRSC->mHal.funcs.allocation.unlock1D(mRSC, this);
568 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
    [all...]
rsMesh.cpp 262 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc);
rsDriverLoader.cpp 95 ret &= fn(RS_HAL_ALLOCATION_UNLOCK_1D, (void **)&rsc->mHal.funcs.allocation.unlock1D);
rsFont.cpp 621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);
rs_hal.h 272 void (*unlock1D)(const Context *rsc, const Allocation *alloc);

Completed in 131 milliseconds