HomeSort by relevance Sort by last modified time
    Searched refs:unlock1D (Results 1 - 7 of 7) 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 59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]);
rsScriptC_LibGL.cpp 225 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
257 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
rsAllocation.cpp 317 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
332 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
352 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
426 mRSC->mHal.funcs.allocation.unlock1D(mRSC, this);
450 rsc->mHal.funcs.allocation.unlock1D(rsc, this);
rsMesh.cpp 262 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc);
rs_hal.h 195 void (*unlock1D)(const Context *rsc, const Allocation *alloc);
rsFont.cpp 626 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
627 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);

Completed in 1887 milliseconds