HomeSort by relevance Sort by last modified time
    Searched refs:mTextureState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Caches.h 178 TextureState& textureState() { return *mTextureState; }
201 TextureState* mTextureState = nullptr;
Caches.cpp 79 mTextureState = new TextureState();
80 mTextureState->constructTexture(*this);
123 delete mTextureState;
124 mTextureState = nullptr;

Completed in 81 milliseconds