Searched refs:discard (Results 101 - 125 of 207) sorted by relevance

123456789

/external/kernel-headers/original/uapi/drm/
H A Dradeon_drm.h175 #define RADEON_CMD_DMA_DISCARD 4 /* discard current dma buf */
621 int discard; /* Client finished with buffer? */ member in struct:drm_radeon_vertex
629 int discard; /* Client finished with buffer? */ member in struct:drm_radeon_indices
638 int discard; /* Client finished with buffer? */ member in struct:drm_radeon_vertex2
685 int discard; member in struct:drm_radeon_indirect
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer_upload.c148 /* Always set the discard flag on the first time the buffer is written
152 sbuf->dma.flags.discard = TRUE;
236 sbuf->dma.flags.discard = FALSE;
294 sbuf->dma.flags.discard = FALSE;
524 sbuf->dma.flags.discard = FALSE;
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py70 children.discard('.svn')
/external/skia/src/image/
H A DSkSurface_Gpu.cpp99 fDevice->accessRenderTarget()->discard();
/external/chromium_org/v8/src/
H A Dfull-codegen.cc984 Label discard, restore; local
986 DoTest(left, &discard, &restore, &restore);
988 DoTest(left, &restore, &discard, &restore);
993 __ bind(&discard);
1002 Label discard; local
1004 DoTest(left, &discard, &done, &discard);
1006 DoTest(left, &done, &discard, &discard);
1008 __ bind(&discard);
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py638 # Set<tokentype>; discard any tokens with this type
688 discard = False
691 discard = True
694 discard = True
708 discard = True
710 if not discard:
/external/libpng/contrib/libtests/
H A Dpngunknown.c15 * arguments to save or discard combinations of chunks. The program is
497 * returning '0' to keep the chunk and '1' to discard it.
501 int keep, discard; local
531 discard = 1/*handled; discard*/;
536 discard = 0/*not handled; keep*/;
543 if (chunk >= 0) if (!discard) /* stupidity to stop a GCC warning */
558 return discard;
560 return 1; /*handled; discard*/
592 d->file, d->test, d->keep ? "discard"
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... Set unrestorable java.io.File file public void discard () private void close (boolean) throws java.io.IOException ...
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dupdate.py233 requested_bundles.discard(SDK_TOOLS)
303 requested_bundles.discard(RECOMMENDED)
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py594 self._connections.discard(xmpp_connection)
595 self._handshake_done_connections.discard(xmpp_connection)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DScanning.py406 self.keywords.discard('print')
409 self.keywords.discard('exec')
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py497 def discard(self, key): member in class:OrderedSet
522 self.discard(key)
/external/openssl/crypto/bn/
H A Dbn_lcl.h262 register BN_ULONG ret,discard; \
264 : "=a"(discard),"=d"(ret) \
/external/chromium_org/chrome/browser/resources/hangout_services/
H A Dthunk.js85 } else if (method == 'logging.discard') {
86 chrome.webrtcLoggingPrivate.discard(
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h285 void discard() function in class:blink::FINAL::FINAL
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp160 gl::Error VertexBuffer9::discard() function in class:rx::VertexBuffer9
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp166 inline void discard (void) { isDiscarded = true; } function in class:deqp::gls::ShaderEvalContext
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h77 virtual void discard(GrRenderTarget*) SK_OVERRIDE;
130 // This is also used to record a discard by setting the color to GrColor_ILLEGAL
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua50 -- discard comment-only lines
H A Dpicoloadphones.lua48 -- discard comment-only lines
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.cpp2299 bool discard = false; local
2305 // Detect true discard
2306 discard = (discard || FindDiscard::search(node->getTrueBlock()));
2325 // Detect false discard
2326 discard = (discard || FindDiscard::search(node->getFalseBlock()));
2329 // ANGLE issue 486: Detect problematic conditional discard
2330 if (discard && FindSideEffectRewriting::search(node))
2437 outputTriplet(visit, "discard;\
[all...]
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict4x4_neon.asm80 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
144 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
292 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dlist.pxd53 # item, and, unlike PyList_SetItem(), does not discard a reference
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c181 flags.discard = FALSE;
369 flags.discard = TRUE;
/external/jdiff/src/jdiff/
H A DDiffMyers.java541 When we discard a line, we also mark it as a deletion or insertion
550 /* Don't really discard the provisional lines except when they occur
555 /* Actually discard the lines. */
556 discard(discarded);
593 /** Don't really discard the provisional lines except when they occur
607 /* We have found a nonprovisional discard. */
706 /** Actually discard the lines.
709 private void discard(final byte[] discards) { method in class:DiffMyers.file_data

Completed in 5444 milliseconds

123456789