Home
last modified time | relevance | path

Searched refs:shouldSyncStateBeforeCheckStatus (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferImpl.h99 virtual bool shouldSyncStateBeforeCheckStatus() const;
107 inline bool FramebufferImpl::shouldSyncStateBeforeCheckStatus() const in shouldSyncStateBeforeCheckStatus() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.h80 bool shouldSyncStateBeforeCheckStatus() const override;
DFramebufferGL.cpp1221 bool FramebufferGL::shouldSyncStateBeforeCheckStatus() const in shouldSyncStateBeforeCheckStatus() function in rx::FramebufferGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1197 if (mImpl->shouldSyncStateBeforeCheckStatus()) in checkStatusImpl()