Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.h190 TextureState& textureState() { return *mTextureState; } in textureState()
217 TextureState* mTextureState = nullptr; variable
DCaches.cpp80 mTextureState = new TextureState(); in init()
133 delete mTextureState; in terminate()
134 mTextureState = nullptr; in terminate()