Home
last modified time | relevance | path

Searched refs:unlock1D (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/
DrsProgramVertex.cpp58 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setup()
81 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setProjectionMatrix()
99 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setModelviewMatrix()
117 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setTextureMatrix()
134 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in getProjectionMatrix()
147 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in transformToScreen()
230 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get()); in updateSize()
DrsScriptC_LibGL.cpp217 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrDrawTextAlloc()
249 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrMeasureTextAlloc()
DrsProgramFragment.cpp60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setConstantColor()
DrsAllocation.cpp425 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in unpackVec3Allocation()
439 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in packVec3Allocation()
459 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in serialize()
544 mRSC->mHal.funcs.allocation.unlock1D(mRSC, this); in freeChildrenUnlocked()
568 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in resize1D()
DrsMesh.cpp262 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc); in computeBBox()
DrsFont.cpp621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc); in initVertexArrayBuffers()
622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc); in initVertexArrayBuffers()
DrsDriverLoader.cpp95 ret &= fn(RS_HAL_ALLOCATION_UNLOCK_1D, (void **)&rsc->mHal.funcs.allocation.unlock1D); in LoadHalTable()
Drs_hal.h272 void (*unlock1D)(const Context *rsc, const Allocation *alloc); member