HomeSort by relevance Sort by last modified time
    Searched defs:preserve (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; local
64 preserve = 1;
70 preserve = 1;
76 if (preserve)
  /external/e2fsprogs/debugfs/
dump.c 103 int preserve, char *outname)
143 if (preserve)
154 int preserve = 0; local
161 preserve++;
190 dump_file(argv[0], inode, fd, preserve, out_fn);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
  /external/llvm/include/llvm/IR/
PassManager.h 94 template <typename PassT> void preserve() { function in class:llvm::PreservedAnalyses
275 /// took care to update or preserve the analysis result in some way.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 176 const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager)
180 adoptRef(new DrawingBufferForTests(context, extensionsUtil.release(), preserve, contextEvictionManager));
190 PreserveDrawingBuffer preserve,
193 false /* packedDepthStencilExtensionSupported */, preserve, blink::WebGraphicsContext3D::Attributes(), contextEvictionManager)
214 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
417 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
586 DrawingBuffer::PreserveDrawingBuffer preserve = DrawingBuffer::Preserve; local
592 RefPtr<DrawingBuffer> drawingBuffer = DrawingBuffer::create(context.release(), IntSize(10, 10), preserve, requestedAttributes, contextEvictionManager);