Searched refs:unlock1D (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsProgramVertex.cpp | 58 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()
|
D | rsScriptC_LibGL.cpp | 217 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrDrawTextAlloc() 249 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrMeasureTextAlloc()
|
D | rsProgramFragment.cpp | 60 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setConstantColor()
|
D | rsAllocation.cpp | 425 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()
|
D | rsMesh.cpp | 262 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc); in computeBBox()
|
D | rsFont.cpp | 621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc); in initVertexArrayBuffers() 622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc); in initVertexArrayBuffers()
|
D | rsDriverLoader.cpp | 95 ret &= fn(RS_HAL_ALLOCATION_UNLOCK_1D, (void **)&rsc->mHal.funcs.allocation.unlock1D); in LoadHalTable()
|
D | rs_hal.h | 272 void (*unlock1D)(const Context *rsc, const Allocation *alloc); member
|