Searched refs:unlock1D (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsProgramVertex.cpp | 59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setup() 82 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setProjectionMatrix() 100 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setModelviewMatrix() 118 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setTextureMatrix() 135 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in getProjectionMatrix() 148 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in transformToScreen() 231 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get()); in updateSize()
|
D | rsScriptC_LibGL.cpp | 221 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrDrawTextAlloc() 253 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 | 424 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 | 622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc); in initVertexArrayBuffers() 623 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc); in initVertexArrayBuffers()
|
D | rsDriverLoader.cpp | 103 ret &= fn(RS_HAL_ALLOCATION_UNLOCK_1D, (void **)&rsc->mHal.funcs.allocation.unlock1D); in LoadHalTable()
|
D | rs_hal.h | 269 void (*unlock1D)(const Context *rsc, const Allocation *alloc); member
|