• Home
  • Raw
  • Download

Lines Matching refs:stateRecorder

234 		for(unsigned int i = 0; i < stateRecorder.size(); i++)  in ~Direct3DDevice8()
236 if(stateRecorder[i]) in ~Direct3DDevice8()
238 stateRecorder[i]->unbind(); in ~Direct3DDevice8()
239 stateRecorder[i] = 0; in ~Direct3DDevice8()
285 stateRecorder[token]->Apply(); in ApplyStateBlock()
304 stateRecorder.push_back(stateBlock); in BeginStateBlock()
313 stateRecorder[token]->Capture(); in CaptureStateBlock()
726 stateRecorder.push_back(stateBlock); in CreateStateBlock()
727 *token = (unsigned long)(stateRecorder.size() - 1); in CreateStateBlock()
861 if(token >= stateRecorder.size() || !stateRecorder[token]) in DeleteStateBlock()
866 stateRecorder[token]->unbind(); in DeleteStateBlock()
867 stateRecorder[token] = 0; in DeleteStateBlock()
1183 *token = (unsigned long)(stateRecorder.size() - 1); in EndStateBlock()
1758 stateRecorder.back()->lightEnable(index, enable); in LightEnable()
2080 stateRecorder.back()->setClipPlane(index, plane); in SetClipPlane()
2119 stateRecorder.back()->setCurrentTexturePalette(paletteNumber); in SetCurrentTexturePalette()
2198 stateRecorder.back()->setLight(index, light); in SetLight()
2225 stateRecorder.back()->setMaterial(material); in SetMaterial()
2282 stateRecorder.back()->setPixelShader(handle); in SetPixelShader()
2306 stateRecorder.back()->setPixelShaderConstant(startRegister, constantData, count); in SetPixelShaderConstant()
3001 stateRecorder.back()->setRenderState(state, value); in SetRenderState()
3094 stateRecorder.back()->setStreamSource(stream, vertexBuffer, stride); in SetStreamSource()
3132 stateRecorder.back()->setTexture(stage, baseTexture); in SetTexture()
3826 stateRecorder.back()->setTextureStageState(stage, type, value); in SetTextureStageState()
3895 stateRecorder.back()->setTransform(state, matrix); in SetTransform()
3939 stateRecorder.back()->setVertexShader(handle); in SetVertexShader()
3968 stateRecorder.back()->setVertexShaderConstant(startRegister, constantData, count); in SetVertexShaderConstant()
3989 stateRecorder.back()->setViewport(viewport); in SetViewport()
4269 stateRecorder.back()->setIndices(indexBuffer, baseVertexIndex); in SetIndices()