Searched defs:preserve (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative.h66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
H A Degl_g3d_api.c555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
581 ctrl.preserve = preserve;
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects, EGLBoolean preserve) argument
/external/e2fsprogs/debugfs/
H A Ddump.c103 int preserve, char *outname)
143 if (preserve)
154 int preserve = 0; local
161 preserve++;
190 dump_file(argv[0], inode, fd, preserve, out_fn);
102 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative.h66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
H A Degl_g3d_api.c555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
581 ctrl.preserve = preserve;
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects, EGLBoolean preserve) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp176 const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager)
180 adoptRef(new DrawingBufferForTests(context, extensionsUtil.release(), preserve, contextEvictionManager));
190 PreserveDrawingBuffer preserve,
193 false /* packedDepthStencilExtensionSupported */, preserve, WebGraphicsContext3D::Attributes(), contextEvictionManager)
624 DrawingBuffer::PreserveDrawingBuffer preserve = DrawingBuffer::Preserve; local
630 RefPtr<DrawingBuffer> drawingBuffer = DrawingBuffer::create(context.release(), IntSize(10, 10), preserve, requestedAttributes, contextEvictionManager);
175 create(PassOwnPtr<WebGraphicsContext3D> context, const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
188 DrawingBufferForTests(PassOwnPtr<WebGraphicsContext3D> context, PassOwnPtr<Extensions3DUtil> extensionsUtil, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
H A DDrawingBuffer.cpp88 PassRefPtr<DrawingBuffer> DrawingBuffer::create(PassOwnPtr<WebGraphicsContext3D> context, const IntSize& size, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
106 RefPtr<DrawingBuffer> drawingBuffer = adoptRef(new DrawingBuffer(context, extensionsUtil.release(), multisampleSupported, packedDepthStencilSupported, preserve, requestedAttributes, contextEvictionManager));
118 PreserveDrawingBuffer preserve,
121 : m_preserveDrawingBuffer(preserve)
114 DrawingBuffer(PassOwnPtr<WebGraphicsContext3D> context, PassOwnPtr<Extensions3DUtil> extensionsUtil, bool multisampleExtensionSupported, bool packedDepthStencilExtensionSupported, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h173 void setPreserveSrcDepth(bool preserve) { argument
174 fPreserveSrcDepth = preserve;
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbemem.c74 ** It also clears MEM_Ephem and MEM_Static. If the preserve flag is
77 int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve){ argument
88 if( preserve && pMem->z==pMem->zMalloc ){
90 preserve = 0;
97 if( pMem->z && preserve && pMem->zMalloc && pMem->z!=pMem->zMalloc ){
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py63 test.preserve(condition, ...)
970 preserved for conditions specified via the preserve method.
1099 def preserve(self, *conditions): member in class:TestCmd
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp623 const bool preserve = (preserveNdx == 0); local
624 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), "");
640 if (!preserve && postSwapDrawType == PreservingSwapTest::DRAWTYPE_NONE)
645 readPixelsBeforeSwapGroup->addChild(new PreservingSwapTest(m_eglTestCtx, preserve, readPixelsBeforeSwap, preSwapDrawType, postSwapDrawType, name.c_str(), ""));
/external/llvm/include/llvm/IR/
H A DPassManager.h94 template <typename PassT> void preserve() { function in class:llvm::PreservedAnalyses
275 /// took care to update or preserve the analysis result in some way.
1010 // By definition we preserve the proxy. This precludes *any* invalidation
1014 PA.preserve<FunctionAnalysisManagerModuleProxy>();
/external/chromium_org/third_party/libxml/src/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve
[all...]
H A Dxmlreader.c137 int preserve;/* preserve the resulting document */ member in struct:_xmlTextReader
172 int patternNr; /* number of preserve patterns */
173 int patternMax; /* max preserve patterns */
174 xmlPatternPtr *patternTab; /* array of preserve patterns */
2222 if (reader->preserve == 0)
2272 if (reader->preserve == 0)
2481 if (reader->preserve == 0)
3886 * This tells the XML Reader to preserve the current node.
3928 * This tells the XML Reader to preserve al
[all...]
H A Dxmlschemas.c607 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchemaParserCtxt
12490 ret->preserve = 1;
12506 if (ctxt->doc != NULL && !ctxt->preserve)
18768 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
21332 mainSchema->preserve = ctxt->preserve;
21500 * Note that we assume a whitespace of preserve for anySimpleType.
/external/libxml2/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve
[all...]
H A Dxmlreader.c139 int preserve;/* preserve the resulting document */ member in struct:_xmlTextReader
175 int patternNr; /* number of preserve patterns */
176 int patternMax; /* max preserve patterns */
177 xmlPatternPtr *patternTab; /* array of preserve patterns */
2245 if (reader->preserve == 0)
2295 if (reader->preserve == 0)
2504 if (reader->preserve == 0)
3910 * This tells the XML Reader to preserve the current node.
3952 * This tells the XML Reader to preserve al
[all...]
H A Dxmlschemas.c607 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchemaParserCtxt
12509 ret->preserve = 1;
12525 if (ctxt->doc != NULL && !ctxt->preserve)
18797 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
21361 mainSchema->preserve = ctxt->preserve;
21529 * Note that we assume a whitespace of preserve for anySimpleType.
/external/openssl/apps/
H A Dca.c128 #define ENV_PRESERVE "preserve"
240 static int preserve=0; variable
341 preserve=0;
367 /* preserve=1; */
457 preserve=1;
798 preserve=1;
1919 if (preserve)
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
805 * preserve the type of the facet
944 int preserve; /* whether to free the document */ member in struct:_xmlSchema
/external/libxml2/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
805 * preserve the type of the facet
944 int preserve; /* whether to free the document */ member in struct:_xmlSchema
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp385 // through to preserve line numbers.
400 // so we preserve line numbers.
477 // to preserve column numbers for debugging purposes.
603 DrawingBuffer::PreserveDrawingBuffer preserve = m_requestedAttributes->preserveDrawingBuffer() ? DrawingBuffer::Preserve : DrawingBuffer::Discard; local
604 return DrawingBuffer::create(context, clampedCanvasSize(), preserve, attrs, contextEvictionManager.release());
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12599 SQLITE_PRIVATE int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve);
19633 ** For testing purposes, we sometimes want to preserve the state of
56042 sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 873 milliseconds

12