OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRGBACacheTextures
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.cpp
161
clearCacheTextures(
mRGBACacheTextures
);
182
for (uint32_t i = 0; i <
mRGBACacheTextures
.size(); i++) {
183
mRGBACacheTextures
[i]->init();
204
flushLargeCaches(
mRGBACacheTextures
);
241
cacheTextures = &
mRGBACacheTextures
;
412
clearCacheTextures(
mRGBACacheTextures
);
423
mRGBACacheTextures
.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
425
mRGBACacheTextures
.push(createCacheTexture(mLargeCacheWidth, mLargeCacheHeight >> 1,
472
checkTextureUpdateForCache(caches,
mRGBACacheTextures
, resetPixelStore, lastTextureId);
531
issueDrawCommand(
mRGBACacheTextures
);
[
all
...]
FontRenderer.h
191
Vector<CacheTexture*>
mRGBACacheTextures
;
Completed in 40 milliseconds