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

  /frameworks/rs/
rsFont.h 217 ObjectBaseRef<Allocation> mTextTexture;
220 return (uint8_t*)mTextTexture->getPtr();
227 return mTextTexture->getType();
rsFont.cpp 456 uint8_t *cacheBuffer = (uint8_t*)mTextTexture->getPtr();
470 mTextTexture->sendDirty(mRSC);
471 mFontShaderF->bindTexture(mRSC, 0, mTextTexture.get());
547 mTextTexture.set(cacheAlloc);
548 mTextTexture->syncAll(mRSC, RS_ALLOCATION_USAGE_SCRIPT);
815 mTextTexture.clear();

Completed in 788 milliseconds