Searched refs:mTextureState (Results 1 – 2 of 2) sorted by relevance
76 mTextureState = new TextureState(); in init()77 mTextureState->constructTexture(*this); in init()120 delete mTextureState; in terminate()121 mTextureState = nullptr; in terminate()
180 TextureState& textureState() { return *mTextureState; } in textureState()203 TextureState* mTextureState = nullptr; variable