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

/frameworks/rs/
H A DrsFont.cpp471 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight,
472 mCacheBuffer, mCacheWidth*mCacheHeight);
546 mCacheWidth = 1024;
548 mCacheWidth, mCacheHeight, 0, false, false);
549 mCacheBuffer = new uint8_t[mCacheWidth * mCacheHeight];
H A DrsFont.h219 uint32_t mCacheWidth; member in class:android::renderscript::FontState

Completed in 55 milliseconds