Searched refs:mTextTexture (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsFont.h216 ObjectBaseRef<Allocation> mTextTexture; member in class:android::renderscript::FontState
227 return mTextTexture->getType();
H A DrsFont.cpp475 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
479 mFontShaderF->bindTexture(mRSC, 0, mTextTexture.get());
558 mTextTexture.set(cacheAlloc);
824 mTextTexture.clear();

Completed in 30 milliseconds