Home
last modified time | relevance | path

Searched refs:onFramebufferDestroyed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DPixelLocalStorage.h134 void onFramebufferDestroyed(const Context *);
H A DPixelLocalStorage.cpp479 void PixelLocalStorage::onFramebufferDestroyed(const Context *context) in onFramebufferDestroyed() function in gl::PixelLocalStorage
H A DFramebuffer.cpp879 mPixelLocalStorage->onFramebufferDestroyed(context); in onDestroy()