Home | History | Annotate | Download | only in rs

Lines Matching refs:allocation

45 void rsrBindTexture(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
51 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
57 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) {
89 void rsrBindFrameBufferObjectColorTarget(Context *rsc, Allocation *a, uint32_t slot) {
95 void rsrBindFrameBufferObjectDepthTarget(Context *rsc, Allocation *a) {
213 void rsrDrawTextAlloc(Context *rsc, Allocation *a, int x, int y) {
214 const char *text = (const char *)rsc->mHal.funcs.allocation.lock1D(rsc, a);
217 rsc->mHal.funcs.allocation.unlock1D(rsc, a);
241 void rsrMeasureTextAlloc(Context *rsc, Allocation *a,
244 const char *text = (const char *)rsc->mHal.funcs.allocation.lock1D(rsc, a);
249 rsc->mHal.funcs.allocation.unlock1D(rsc, a);