Home
last modified time | relevance | path

Searched refs:NeedFlush (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dcontext.h173 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
193 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
210 if (ctx->Driver.NeedFlush) { \
212 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
215 vbo_exec_FlushVertices(ctx, ctx->Driver.NeedFlush); \
Ddd.h232 GLbitfield NeedFlush; member
/third_party/lzma/CPP/7zip/UI/Console/
DPercentPrinter.h46 bool NeedFlush; variable
52 NeedFlush(true), in _tickStep()
DExtractCallbackConsole.cpp321 if (NeedFlush) in Z7_COM7F_IMF()
374 if (NeedFlush) in Z7_COM7F_IMF()
720 if (NeedFlush) in OpenResult()
731 if (NeedFlush) in OpenResult()
784 if (NeedFlush) in ThereAreNoFiles()
825 if (_so && NeedFlush) in ExtractResult()
DUpdateCallbackConsole.h50 bool NeedFlush; variable
59 NeedFlush(false), in CCallbackConsoleBase()
DExtractCallbackConsole.h147 bool NeedFlush; variable
152 NeedFlush(false), in CExtractCallbackConsole()
DUpdateCallbackConsole.cpp118 if (NeedFlush) in OpenResult()
129 if (NeedFlush) in OpenResult()
385 if (NeedFlush) in DeletingAfterArchiving()
523 if (NeedFlush) in PrintProgress()
DPercentPrinter.cpp175 if (NeedFlush) in Print()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec.c117 ctx->Driver.NeedFlush = 0; in vbo_exec_init()
Dvbo_exec_api.c506 ctx->Driver.NeedFlush |= FLUSH_UPDATE_CURRENT; \
694 ctx->Driver.NeedFlush = 0; in vbo_exec_FlushVertices_internal()
704 ctx->Driver.NeedFlush = ~FLUSH_UPDATE_CURRENT; in vbo_exec_FlushVertices_internal()
942 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in _mesa_End()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2899 - vbo: use FlushVertices flags properly and clear NeedFlush correctly
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp113074 if (!NeedFlush(aType)) { in FlushPendingNotifications()
113083 if (!NeedFlush(aType.mFlushType)) { in FlushPendingNotifications()
113099 bool NeedFlush(mozilla::FlushType aType) const in NeedFlush() function in nsIPresShell