Home
last modified time | relevance | path

Searched refs:constructTexture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
DTextureState.h35 void constructTexture(Caches& caches);
DTextureState.cpp72 void TextureState::constructTexture(Caches& caches) { in constructTexture() function in android::uirenderer::TextureState
/frameworks/base/libs/hwui/
DCaches.cpp77 mTextureState->constructTexture(*this); in init()