Home
last modified time | relevance | path

Searched refs:mTextureState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DCaches.cpp76 mTextureState = new TextureState(); in init()
77 mTextureState->constructTexture(*this); in init()
120 delete mTextureState; in terminate()
121 mTextureState = nullptr; in terminate()
DCaches.h178 TextureState& textureState() { return *mTextureState; } in textureState()
201 TextureState* mTextureState = nullptr; variable