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

  /frameworks/rs/
rsProgramVertex.cpp 59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
82 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
100 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
118 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
135 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
148 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
231 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get());
rsProgramFragment.cpp 60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
rsScriptC_LibGL.cpp 221 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
253 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
rsMesh.cpp 262 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc);
rsAllocation.cpp 424 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...]
rsDriverLoader.cpp 103 ret &= fn(RS_HAL_ALLOCATION_UNLOCK_1D, (void **)&rsc->mHal.funcs.allocation.unlock1D);
rsFont.cpp 622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
623 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);
rs_hal.h 269 void (*unlock1D)(const Context *rsc, const Allocation *alloc);

Completed in 2562 milliseconds