HomeSort by relevance Sort by last modified time
    Searched refs:FLUSH (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp.h 195 FLUSH();
261 FLUSH();
331 FLUSH();
367 FLUSH();
407 FLUSH();
446 FLUSH();
491 FLUSH();
497 FLUSH();
514 FLUSH();
534 FLUSH();
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 195 FLUSH();
261 FLUSH();
331 FLUSH();
367 FLUSH();
407 FLUSH();
446 FLUSH();
491 FLUSH();
497 FLUSH();
514 FLUSH();
534 FLUSH();
    [all...]
  /external/freetype/src/gzip/
infutil.h 81 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT}
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
infcodes.c 224 FLUSH
infblock.c 355 FLUSH
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 35 FLUSH,
90 virtual void flush() function in class:android::BpAudioTrack
94 remote()->transact(FLUSH, data, &reply);
223 case FLUSH: {
225 flush();
  /external/chromium_org/v8/src/
optimizing-compiler-thread.h 55 void Flush();
87 enum StopFlag { CONTINUE, STOP, FLUSH };
optimizing-compiler-thread.cc 63 case FLUSH:
171 void OptimizingCompilerThread::Flush() {
173 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(FLUSH));
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 47 FLUSH
287 virtual status_t flush(int64_t *lastFrameNumber) function in class:android::BpCameraDeviceUser
289 ALOGV("flush");
292 remote()->transact(FLUSH, data, &reply);
472 case FLUSH: {
476 reply->writeInt32(flush(&lastFrameNumber));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_render.c 155 #define FLUSH() INTEL_FIREVERTICES(intel)
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 155 #define FLUSH() INTEL_FIREVERTICES(intel)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 43 private static final Event FLUSH_EVENT = new Event(Event.FLUSH, null);
98 public static final int FLUSH = 10;
156 case Event.FLUSH:
816 * @param flush true, if the GraphRunner should flush the graph when running completes.
819 public void setFlushOnClose(boolean flush) {
821 mParams.flushOnClose = flush;
966 * It can then no longer rely on opened graphs, and instead flush a graph and all its
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 95 * Flush out all the vectors defined by the given uio,
383 #define FLUSH() do { \
1063 FLUSH(); /* copy out the I/O vectors */
1066 FLUSH();
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h     [all...]
macro-assembler-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 728 // Flush the I-cache from asm code. You should use CpuFeatures::FlushICache
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.h 753 // Flush the I-cache from asm code. You should use CpuFeatures::FlushICache
    [all...]
macro-assembler-mips64.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 259 if (rmesa->radeon.dma.flush != 0 &&
260 rmesa->radeon.dma.flush != rcommon_flush_last_swtcl_prim)
261 rmesa->radeon.dma.flush( ctx );
391 #define FLUSH() RADEON_NEWPRIM( rmesa )
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 259 if (rmesa->radeon.dma.flush != 0 &&
260 rmesa->radeon.dma.flush != rcommon_flush_last_swtcl_prim)
261 rmesa->radeon.dma.flush( ctx );
391 #define FLUSH() RADEON_NEWPRIM( rmesa )
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 420 * QUEUE or FLUSH, the logic is straightforward. If the queue mode is
421 * CATEGORY_FLUSH, we only flush utterances with the same category.
  /external/iproute2/doc/
ip-cref.tex 560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
671 Another method to disable IP on an interface using {\tt ip addr flush}
672 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}.
786 \subsection{{\tt ip address flush} --- flush protocol addresses}
787 \label{IP-ADDR-FLUSH}
789 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
797 \paragraph{Warning:} This command (and other \verb|flush| commands
803 of rounds made to flush the address list. If this option is give
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]

Completed in 1902 milliseconds

1 2