Loading libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,7 @@ void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { if (mWidth && mHeight) { mStateVertex.updateSize(this); mFBOCache.updateSize(); } } Loading libs/rs/rsFBOCache.h +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ public: void resetAll(Context *); void setup(Context *); void updateSize() { mDirty = true; } struct Hal { mutable void *drv; Loading Loading
libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,7 @@ void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { if (mWidth && mHeight) { mStateVertex.updateSize(this); mFBOCache.updateSize(); } } Loading
libs/rs/rsFBOCache.h +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ public: void resetAll(Context *); void setup(Context *); void updateSize() { mDirty = true; } struct Hal { mutable void *drv; Loading