Searched refs:NeedFlush (Results 1 – 12 of 12) sorted by relevance
173 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); \
232 GLbitfield NeedFlush; member
46 bool NeedFlush; variable52 NeedFlush(true), in _tickStep()
321 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()
50 bool NeedFlush; variable59 NeedFlush(false), in CCallbackConsoleBase()
147 bool NeedFlush; variable152 NeedFlush(false), in CExtractCallbackConsole()
118 if (NeedFlush) in OpenResult()129 if (NeedFlush) in OpenResult()385 if (NeedFlush) in DeletingAfterArchiving()523 if (NeedFlush) in PrintProgress()
175 if (NeedFlush) in Print()
117 ctx->Driver.NeedFlush = 0; in vbo_exec_init()
506 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()
2899 - vbo: use FlushVertices flags properly and clear NeedFlush correctly
113074 if (!NeedFlush(aType)) { in FlushPendingNotifications()113083 if (!NeedFlush(aType.mFlushType)) { in FlushPendingNotifications()113099 bool NeedFlush(mozilla::FlushType aType) const in NeedFlush() function in nsIPresShell