/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_object_purgeable.c | 42 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/ |
D | intel_buffer_objects.c | 661 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.rst | 3 This document is being retained solely until the ``setuptools`` documentation
|
D | index.rst | 18 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/ |
D | CleanOutputDirectoryTask.java | 104 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/ |
D | SDL_uikitopenglview.h | 33 retainBacking:(BOOL)retained
|
D | SDL_uikitopenglview.m | 62 retainBacking:(BOOL)retained 80 retainedBacking = retained; 118 kEAGLDrawablePropertyRetainedBacking:@(retained),
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | compositing_test.dart | 139 // 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/ |
D | README.md | 34 // random property is retained!
|
/third_party/boost/tools/build/src/engine/debian/ |
D | copyright | 13 freely, as long as this copyright notice is retained and modifications
|
/third_party/boost/libs/type_traits/doc/ |
D | add_reference.qbk | 11 and new code should use these new traits rather than __is_reference which is retained
|
/third_party/boost/libs/iterator/doc/ |
D | filter_iterator_abstract.rst | 9 retained and if it returns ``false`` then the element is skipped
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | surface.dart | 76 // 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/ |
D | README.md | 11 structure your app using a retained tree of visual objects. These objects
|
/third_party/mesa3d/src/panfrost/drm-shim/ |
D | panfrost_noop.c | 110 madvise->retained = 1; in pan_ioctl_madvise()
|
/third_party/mesa3d/include/drm-uapi/ |
D | panfrost_drm.h | 224 __u32 retained; /* out, whether backing store still exists */ member
|
/third_party/openssl/doc/man3/ |
D | SSL_set1_host.pod | 34 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/ |
D | pan_bo.c | 223 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/ |
D | tsxStatelessFunctionComponentOverload6.tsx | 57 const b8 = <MainButton {...{onClick() {}}} />; // OK; method declaration get retained (See GitHub …
|
/third_party/mksh/ |
D | ulimits.opt | 6 * are retained or reproduced in an accompanying document, permission
|
/third_party/boost/tools/build/src/engine/ |
D | boost-jam.spec | 29 freely, as long as this copyright notice is retained and modifications
|
/third_party/libdrm/freedreno/msm/ |
D | msm_bo.c | 104 return req.retained; in msm_bo_madvise()
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_shared_multisample.txt | 42 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/ |
D | SGIS_shared_multisample.txt | 42 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/ |
D | msm_drm.h | 259 __u32 retained; /* out, whether backing store still exists */ member
|