Lines Matching refs:mHal
28 mHal.state.colorTargetsCount = 1; in FBOCache()
29 mHal.state.colorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount]; in FBOCache()
33 delete[] mHal.state.colorTargets; in ~FBOCache()
37 rsc->mHal.funcs.framebuffer.init(rsc, this); in init()
41 rsc->mHal.funcs.framebuffer.destroy(rsc, this); in deinit()
45 if (slot >= mHal.state.colorTargetsCount) { in bindColorTarget()
55 mHal.state.colorTargets[slot].set(a); in bindColorTarget()
66 mHal.state.depthTarget.set(a); in bindDepthTarget()
71 for (uint32_t i = 0; i < mHal.state.colorTargetsCount; i ++) { in resetAll()
72 mHal.state.colorTargets[i].set(NULL); in resetAll()
74 mHal.state.depthTarget.set(NULL); in resetAll()
83 rsc->mHal.funcs.framebuffer.setActive(rsc, this); in setup()