Home
last modified time | relevance | path

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

/frameworks/rs/
DrsProgramVertex.cpp59 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()
235 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get()); in updateSize()
DrsAllocation.cpp294 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in unpackVec3Allocation()
309 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in packVec3Allocation()
331 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in serialize()
405 mRSC->mHal.funcs.allocation.unlock1D(mRSC, this); in freeChildrenUnlocked()
429 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in resize1D()
DrsScriptC_LibGL.cpp225 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrDrawTextAlloc()
257 rsc->mHal.funcs.allocation.unlock1D(rsc, a); in rsrMeasureTextAlloc()
DrsProgramFragment.cpp59 rsc->mHal.funcs.allocation.unlock1D(rsc, mHal.state.constants[0]); in setConstantColor()
Drs_hal.h182 void (*unlock1D)(const Context *rsc, const Allocation *alloc); member
DrsFont.cpp621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc); in initVertexArrayBuffers()
622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc); in initVertexArrayBuffers()
DrsMesh.cpp265 rsc->mHal.funcs.allocation.unlock1D(rsc, posAlloc); in computeBBox()
/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.cpp275 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in unpackVec3Allocation()
290 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in packVec3Allocation()
312 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in serialize()
383 mRSC->mHal.funcs.allocation.unlock1D(mRSC, this); in freeChildrenUnlocked()
407 rsc->mHal.funcs.allocation.unlock1D(rsc, this); in resize1D()
Drs_hal.h181 void (*unlock1D)(const Context *rsc, const Allocation *alloc); member