Home
last modified time | relevance | path

Searched defs:syncDirtyBits (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h69 ANGLE_INLINE angle::Result Context::syncDirtyBits() in syncDirtyBits() function
77 ANGLE_INLINE angle::Result Context::syncDirtyBits(const State::DirtyBits &bitMask) in syncDirtyBits() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h88 ANGLE_INLINE angle::Result Context::syncDirtyBits(Command command) in syncDirtyBits() function
96 ANGLE_INLINE angle::Result Context::syncDirtyBits(const State::DirtyBits &bitMask, Command command) in syncDirtyBits() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp1444 gl::Texture::DirtyBits syncDirtyBits = dirtyBits | mLocalDirtyBits; in syncState() local