HomeSort by relevance Sort by last modified time
    Searched full:flushing (Results 126 - 150 of 925) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/docs/relnotes/
9.2.1.html 180 <li>r600g: fix constant buffer cache flushing</li>
181 <li>r600g: fix texture buffer object cache flushing</li>
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.c 184 * to avoid having to add code elsewhere to cope with flushing a
203 * However, if we do it here we might end up flushing a partially
dri_drawable.c 456 if (drawable->flushing)
459 drawable->flushing = TRUE;
544 drawable->flushing = FALSE;
  /external/skia/bench/
ImageCacheBudgetBench.cpp 134 // Simulate a frame boundary by flushing. This should notify GrResourceCache.
239 // Simulate a frame boundary by flushing. This should notify GrResourceCache.
  /external/skia/tests/
GrCCPRTest.cpp 181 // Ensure paths get unreffed when we delete the context without flushing.
205 // Ensure Op unregisters work when we delete the context without flushing.
  /external/skqp/bench/
ImageCacheBudgetBench.cpp 134 // Simulate a frame boundary by flushing. This should notify GrResourceCache.
239 // Simulate a frame boundary by flushing. This should notify GrResourceCache.
  /external/skqp/tests/
GrCCPRTest.cpp 180 // Ensure paths get unreffed when we delete the context without flushing.
204 // Ensure Op unregisters work when we delete the context without flushing.
  /libcore/ojluni/src/main/java/java/io/
BufferedWriter.java 121 * flushing the stream itself. This method is non-private only so that it
161 * this stream's buffer, flushing the buffer to the underlying stream as
PrintStream.java 68 * can be flushed without flushing the entire stream.
188 * Creates a new print stream, without automatic line flushing, with the
219 * Creates a new print stream, without automatic line flushing, with the
259 * Creates a new print stream, without automatic line flushing, with the
290 * Creates a new print stream, without automatic line flushing, with the
337 * the underlying output stream and then flushing that stream.
367 * Closes the stream. This is done by flushing the stream and then closing
456 * automatic flushing is enabled then the <code>flush</code> method will be
487 * offset <code>off</code> to this stream. If automatic flushing is
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
GZIPOutputStream.java 80 * {@link Deflater#SYNC_FLUSH} before flushing the output
121 * {@link Deflater#SYNC_FLUSH} before flushing the output
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 570 then no point flushing anything at all.
631 if (rmesa->cmdbuf.flushing) {
635 rmesa->cmdbuf.flushing = 1;
648 rmesa->cmdbuf.flushing = 0;
676 * by flushing if necessary.
  /external/libchrome/base/threading/
thread_unittest.cc 490 // Flushing a non-running thread should be a no-op.
495 // Flushing a thread with no tasks shouldn't block.
516 // Flushing a stopped thread should be a no-op.
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 155 * Instead of flushing the context command buffer, simply discard
208 * Flushing the command buffer here will most likely cause
334 SVGA_DBG(DEBUG_DMA, "flushing the whole buffer\n");
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Cpu.h 72 flushing a range of the data cache, then the entire data cache can be flushed.
269 /// Foundation. This includes flushing caches, enabling and disabling interrupts, hooking interrupt
  /device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c 74 This routine would provide support for flushing the CPU data cache.
75 In the case of NT emulation environment, this flushing is not necessary and
  /external/freetype/src/cache/
ftccache.c 455 * errors (OOM) correctly, i.e., by flushing the cache progressively
470 * our allocation request might have triggered global cache flushing
ftcsbits.c 359 * that is capable of flushing the cache incrementally when
387 ftcsnode->ref_count++; /* lock node to prevent flushing */
  /external/iptables/iptables/
ip6tables-restore.c 357 DEBUGP("Flushing existing user defined chain '%s'\n", chain);
360 "error flushing chain "
iptables-restore.c 356 DEBUGP("Flushing existing user defined chain '%s'\n", chain);
359 "error flushing chain "
  /external/kernel-headers/original/uapi/linux/
capability.h 253 /* Allow flushing all cache on m68k (sys_cacheflush) */
260 /* Allow setting readahead and flushing buffers on block devices */
dm-ioctl.h 312 * Set this to suspend without flushing queued ios.
313 * Also disables flushing uncommitted changes in the thin target before
  /external/libcap/libcap/include/uapi/linux/
capability.h 238 /* Allow flushing all cache on m68k (sys_cacheflush) */
245 /* Allow setting readahead and flushing buffers on block devices */
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 111 /* If the state tracker is flushing the GFX IB, r600_flush_from_st is
112 * responsible for flushing the DMA IB and merging the fences from both.
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
de.po 33 msgid "Enable flushing batchbuffer after each draw call"
37 msgid "Enable flushing GPU caches with each draw call"
es.po 36 msgid "Enable flushing batchbuffer after each draw call"
40 msgid "Enable flushing GPU caches with each draw call"

Completed in 638 milliseconds

1 2 3 4 56 7 8 91011>>