Lines Matching refs:mHal
28 mRSC->mHal.funcs.vertex.init(mRSC, this, mUserShader.string(), mUserShader.length()); in ProgramVertex()
32 mRSC->mHal.funcs.vertex.destroy(mRSC, this); in ~ProgramVertex()
41 if (mHal.state.constants[0].get() == NULL) { in setup()
46 float *f = static_cast<float *>(mHal.state.constants[0]->getPtr()); in setup()
59 rsc->mHal.funcs.vertex.setActive(rsc, this); in setup()
68 if (mHal.state.constants[0].get() == NULL) { in setProjectionMatrix()
73 float *f = static_cast<float *>(mHal.state.constants[0]->getPtr()); in setProjectionMatrix()
84 if (mHal.state.constants[0].get() == NULL) { in setModelviewMatrix()
89 float *f = static_cast<float *>(mHal.state.constants[0]->getPtr()); in setModelviewMatrix()
100 if (mHal.state.constants[0].get() == NULL) { in setTextureMatrix()
105 float *f = static_cast<float *>(mHal.state.constants[0]->getPtr()); in setTextureMatrix()
116 if (mHal.state.constants[0].get() == NULL) { in getProjectionMatrix()
121 float *f = static_cast<float *>(mHal.state.constants[0]->getPtr()); in getProjectionMatrix()
129 float *f = static_cast<float *>(mHal.state.constants[0]->getPtr()); in transformToScreen()