Home
last modified time | relevance | path

Searched refs:retained (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_object_purgeable.c42 int retained = 0; in brw_buffer_purgeable() local
45 retained = brw_bo_madvise(buffer, I915_MADV_DONTNEED); in brw_buffer_purgeable()
47 return retained ? GL_VOLATILE_APPLE : GL_RELEASED_APPLE; in brw_buffer_purgeable()
105 int retained; in brw_bo_unpurgeable() local
107 retained = 0; in brw_bo_unpurgeable()
109 retained = brw_bo_madvise(buffer, I915_MADV_WILLNEED); in brw_bo_unpurgeable()
111 return retained; in brw_bo_unpurgeable()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c661 int retained = 0; in intel_buffer_purgeable() local
664 retained = drm_intel_bo_madvise (buffer, I915_MADV_DONTNEED); in intel_buffer_purgeable()
666 return retained ? GL_VOLATILE_APPLE : GL_RELEASED_APPLE; in intel_buffer_purgeable()
730 int retained; in intel_buffer_unpurgeable() local
732 retained = 0; in intel_buffer_unpurgeable()
734 retained = drm_intel_bo_madvise (buffer, I915_MADV_WILLNEED); in intel_buffer_unpurgeable()
736 return retained ? GL_RETAINED_APPLE : GL_UNDEFINED_APPLE; in intel_buffer_unpurgeable()
/third_party/python/Doc/distutils/
D_setuptools_disclaimer.rst3 This document is being retained solely until the ``setuptools`` documentation
Dindex.rst18 removed in Python 3.12. This documentation is retained as a
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java104 private final Set<Path> retained = new HashSet<>(); field in CleanOutputDirectoryTask.Dir
115 retained.add(retain.path); in addConfiguredRetain()
229 return !dirInfo.retained.contains(dir.relativize(path)); in couldDelete()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopenglview.h33 retainBacking:(BOOL)retained
DSDL_uikitopenglview.m62 retainBacking:(BOOL)retained
80 retainedBacking = retained;
118 kEAGLDrawablePropertyRetainedBacking:@(retained),
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dcompositing_test.dart139 // This should cause the picture to repaint despite being retained.
222 // as retained even after it has been recycled. In this case the
230 // Make sure we clear retained surface list.
/third_party/node/deps/npm/node_modules/wrappy/
DREADME.md34 // random property is retained!
/third_party/boost/tools/build/src/engine/debian/
Dcopyright13 freely, as long as this copyright notice is retained and modifications
/third_party/boost/libs/type_traits/doc/
Dadd_reference.qbk11 and new code should use these new traits rather than __is_reference which is retained
/third_party/boost/libs/iterator/doc/
Dfilter_iterator_abstract.rst9 retained and if it returns ``false`` then the element is skipped
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart76 // After the update the retained surfaces are back to active.
125 /// Surfaces that were retained this frame.
128 /// to be retained call [_retainSurface].
161 /// How many times a surface was retained from a previously rendered frame.
385 ..writeln('Surfaces retained: $surfaceRetainCount')
468 /// This strategy relies on Flutter's retained-mode layer system (see
531 'Surface is not active. Only active surfaces may be retained.');
546 /// If the surface is currently active this surface is retained. If the
552 // Request that the layer is retained, but only if it's still active. It
703 /// i.e. it was not requested to be retained by the framework.
[all …]
/third_party/flutter/flutter/examples/layers/
DREADME.md11 structure your app using a retained tree of visual objects. These objects
/third_party/mesa3d/src/panfrost/drm-shim/
Dpanfrost_noop.c110 madvise->retained = 1; in pan_ioctl_madvise()
/third_party/mesa3d/include/drm-uapi/
Dpanfrost_drm.h224 __u32 retained; /* out, whether backing store still exists */ member
/third_party/openssl/doc/man3/
DSSL_set1_host.pod34 SSL_set1_host() or SSL_add1_host() are retained, no change is made
81 and must be copied by the application if it is to be retained beyond
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c223 if (!ret && !madv.retained) { in panfrost_bo_cache_fetch()
282 madv.retained = 0; in panfrost_bo_cache_put()
/third_party/typescript/tests/cases/conformance/jsx/
DtsxStatelessFunctionComponentOverload6.tsx57 const b8 = <MainButton {...{onClick() {}}} />; // OK; method declaration get retained (See GitHub …
/third_party/mksh/
Dulimits.opt6 * are retained or reproduced in an accompanying document, permission
/third_party/boost/tools/build/src/engine/
Dboost-jam.spec29 freely, as long as this copyright notice is retained and modifications
/third_party/libdrm/freedreno/msm/
Dmsm_bo.c104 return req.retained; in msm_bo_madvise()
/third_party/openGLES/extensions/SGIS/
DSGIS_shared_multisample.txt42 memory must be retained across the entire 1600x1200 managed area
79 multisample buffer memory being retained per-pixel across the
124 retained (as are the color buffers) for pixels not within the
132 should be shared and retained only within the multisample
266 multisample, depth, stencil, and accumulation buffers retained in
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_shared_multisample.txt42 memory must be retained across the entire 1600x1200 managed area
79 multisample buffer memory being retained per-pixel across the
124 retained (as are the color buffers) for pixels not within the
132 should be shared and retained only within the multisample
266 multisample, depth, stencil, and accumulation buffers retained in
/third_party/libdrm/include/drm/
Dmsm_drm.h259 __u32 retained; /* out, whether backing store still exists */ member

12345678910>>...12