のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-01-24から1日間の記事一覧

GLES20Canvas.flushCaches

2248 void destroyLayers(final View view) { 2249 if (view != null) { 2250 safelyRun(new Runnable() { 2251 @Override 2252 public void run() { 2253 if (mCanvas != null) { 2254 mCanvas.clearLayerUpdates(); 2255 } 2256 destroyHardwareLayer(view…

Searched full:"caches : : getinstance"

111 CacheTexture::CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount) : 112 mTexture(NULL), mTextureId(0), mWidth(width), mHeight(height), mFormat(format), 113 mLinearFiltering(false), mDirty(false), mNumGly…

cache

367 static void flushCaches(int level) { 368 nFlushCaches(level); 369 } 96 static void android_view_GLES20Canvas_flushCaches(JNIEnv* env, jobject clazz, 97 Caches::FlushMode mode) { 98 if (Caches::hasInstance()) { 99 Caches::getInstance().…