Searched refs:mCacheWidth (Results 1 – 2 of 2) sorted by relevance
471 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()472 mCacheBuffer, mCacheWidth*mCacheHeight); in cacheBitmap()546 mCacheWidth = 1024; in initTextTexture()548 mCacheWidth, mCacheHeight, 0, false, false); in initTextTexture()549 mCacheBuffer = new uint8_t[mCacheWidth * mCacheHeight]; in initTextTexture()
219 uint32_t mCacheWidth; variable