Searched defs:flush (Results 276 - 300 of 370) sorted by relevance

<<1112131415

/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h273 void (*flush)(__DRIdrawable *drawable); member in struct:__DRI2flushExtensionRec
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.h131 int flush; member in struct:r300_hyperz_state
299 * after end_query and flush. */
496 /* GPU flush. */
518 /* PVS flush. */
613 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */
614 unsigned num_z_clears; /* Since the last flush. */
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp288 SingleOperationStatistics flush; member in struct:deqp::gles3::Performance::__anon20167::MapFlushCallStatistics
825 stats.flush = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDuration::flushDuration);
853 stats.flush = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDurationNoAlloc::flushDuration);
1144 log << tcu::TestLog::Float("FlushMin", "Flush: Min time", "us", QP_KEY_TAG_TIME, stats.flush.minTime)
1145 << tcu::TestLog::Float("FlushMax", "Flush: Max time", "us", QP_KEY_TAG_TIME, stats.flush.maxTime)
1146 << tcu::TestLog::Float("FlushMin90", "Flush: 90%-Min time", "us", QP_KEY_TAG_TIME, stats.flush.min2DecileTime)
1147 << tcu::TestLog::Float("FlushMax90", "Flush: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.flush.max9DecileTime)
1148 << tcu::TestLog::Float("FlushMedian", "Flush: Median time", "us", QP_KEY_TAG_TIME, stats.flush.medianTime);
1229 << tcu::TestLog::Float("FlushMedianCost", "Flush: Median cost", "us", QP_KEY_TAG_TIME, stats.flush.medianTime);
2974 ("The whole mapped range is flushed in one flush cal
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c348 /* flush the converter cache to get a consistent state before the flushing is tested */
1070 /* flush the converter cache to get a consistent state before the flushing is tested */
1953 * 2001-April with the subject "converter 'flush' question".
2149 UBool flush; local
2169 flush=FALSE;
2183 FALSE, flush, &errorCode);
2201 } else if(flush) {
2205 /* all consumed, now flush without input (separate from conversion for testing) */
2206 flush=TRUE;
2542 TRUE, TRUE, /* reset & flush */
[all...]
H A Dnucnvtst.c425 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
436 doFlush, /* flush if we're at the end of the input data */
594 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
3007 UBool flush = 0; local
3023 flush,
3042 flush = 1;
3050 flush,
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c4890 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush) argument
4967 if ((cpi->source = vp8_lookahead_pop(cpi->lookahead, flush)))
4997 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2906 int64_t *time_stamp, int64_t *time_end, int flush) {
2994 if ((cpi->source = vp9_lookahead_pop(cpi->lookahead, flush))) {
3049 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done) {
2904 vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, size_t *size, uint8_t *dest, int64_t *time_stamp, int64_t *time_end, int flush) argument
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h273 void (*flush)(__DRIdrawable *drawable); member in struct:__DRI2flushExtensionRec
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h131 int flush; member in struct:r300_hyperz_state
299 * after end_query and flush. */
496 /* GPU flush. */
518 /* PVS flush. */
613 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */
614 unsigned num_z_clears; /* Since the last flush. */
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c1144 static sljit_si emit_const(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm, int flush) argument
1148 if (flush) {
1159 static sljit_si emit_const_64(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm, int flush) argument
1163 if (flush) {
/external/stlport/stlport/stl/
H A D_rope.h217 void flush() { function in class:sequence_buffer
221 ~sequence_buffer() { flush(); }
229 __x.flush();
235 __x.flush();
251 flush();
267 flush();
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c426 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
437 doFlush, /* flush if we're at the end of the input data */
595 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
3002 UBool flush = 0; local
3018 flush,
3037 flush = 1;
3045 flush,
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp3105 cl_int flush() const function in class:cl::CommandQueue
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp553 void SkCanvas::flush() { function in class:SkCanvas
556 device->flush();
/external/libpng/contrib/tools/
H A Dpngfix.c2287 int flush; local
2357 flush = Z_NO_FLUSH;
2364 flush = Z_SYNC_FLUSH,
2369 zlib->rc = inflate(&zlib->z, flush);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp2615 bool flush = false; local
2637 flush = true;
2711 flush = true;
2734 if (flush)
4265 bool &flush,
4397 flush = true;
4441 bool flush = false; local
4531 success = AddModuleSymbols (target, module_spec, flush, result);
4596 if (!AddModuleSymbols (target, module_spec, flush, result))
4618 if (flush)
4263 AddModuleSymbols(Target *target, ModuleSpec &module_spec, bool &flush, CommandReturnObject &result) argument
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp3105 cl_int flush() const function in class:cl::CommandQueue
/external/skia/src/core/
H A DSkCanvas.cpp528 void SkCanvas::flush() { function in class:SkCanvas
531 device->flush();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jar ... clearBuffer () throws java.io.IOException public abstract void flush () throws java.io.IOException public abstract void close ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jar ... void doFlush () throws java.io.IOException public void flush () throws java.io.IOException public org.apache ...
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp681 webContext()->flush();
1915 webContext()->flush(); // Intentionally a flush, not a finish.
1918 void WebGLRenderingContextBase::flush() function in class:blink::__anon11092::WebGLRenderingContextBase
1922 webContext()->flush();
3599 imageBuffer->context()->canvas()->flush();

Completed in 1696 milliseconds

<<1112131415