Home
last modified time | relevance | path

Searched refs:resizing (Results 1 – 25 of 102) sorted by relevance

12345

/external/skqp/src/gpu/
DGrTextureProducer.cpp34 bool resizing = false; in CopyOnGpu() local
36 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu() local
38 needsDomain = resizing && !GrProxyProvider::IsFunctionallyExact(inputProxy.get()); in CopyOnGpu()
41 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing && in CopyOnGpu()
/external/skia/src/gpu/
DGrTextureProducer.cpp37 bool resizing = false; in CopyOnGpu() local
39 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu() local
41 needsDomain = resizing && !GrProxyProvider::IsFunctionallyExact(inputProxy.get()); in CopyOnGpu()
44 if (copyParams.fFilter == GrSamplerState::Filter::kNearest && !needsDomain && !resizing && in CopyOnGpu()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CropAndResize.pbtxt50 A string specifying the sampling method for resizing. It can be either
67 and does not allow resizing or aspect ratio change.
73 `[num_boxes, crop_height, crop_width, depth]`. The resizing is corner aligned.
Dapi_def_FusedPadConv2D.pbtxt41 resizing. Fusing the padding prevents the need to write out the intermediate
Dapi_def_DepthToSpace.pbtxt43 This operation is useful for resizing the activations between convolutions
Dapi_def_SpaceToDepth.pbtxt40 This operation is useful for resizing the activations between convolutions
/external/deqp/doc/testspecs/EGL/
Dfunctional.resize.txt47 resizing. These are compared to the size of the native image in physical
50 size during resizing.
/external/deqp-deps/glslang/Test/
D150.vert26 int a[5]; // ERROR, resizing user-block member
/external/python/cpython3/Objects/
Ddictnotes.txt94 resizing is possible. By checking for a resize only when the
95 dictionary can grow (and may *require* resizing), other operations
98 by repeatedly invoking .pop will see no resizing, which might
/external/strace/xlat/
Dnbd_ioctl_flags.in26 /* The server supports NBD_CMD_RESIZE (resizing the device) */
/external/e2fsprogs/tests/progs/test_data/
Dtest.irel19 # Try resizing the number of references and retry the add
/external/e2fsprogs/doc/RelNotes/
Dv1.24.txt22 regular file (since Andreas Dilger's on-line resizing tools will set
Dv1.30.txt4 When resizing a filesystem, and inodes need to moved, resize2fs will
51 allows for on-line resizing without needing to prepare the filesystem
Dv1.28.txt119 When resizing a plain file which is smaller than the requested size,
124 finished resizing.
Dv1.39.txt11 Mke2fs will now create filesystems hash trees and on-line resizing
31 Add support for on-line resizing to resize2fs.
74 When resizing a file containing a filesystem, resize2fs will expand or
Dv1.44.0.txt25 The resize2fs program will no longer complain about resizing bigalloc
/external/eigen/doc/
DFunctionsTakingEigenTypes.dox186resizing but it is not possible to do so on expressions. Why should resizing of a matrix Block be …
205 …ressions does not do any harm in this case unless they actually require resizing. That means, pass…
DTutorialMatrixClass.dox176 \section TutorialMatrixAssignment Assignment and resizing
187 Of course, if the left-hand side is of fixed size, resizing it is not allowed.
189 If you do not want this automatic resizing to happen (for example for debugging purposes), you can …
DPreprocessorDirectives.dox29 …initialized to zero, as are new entries in matrices and arrays after resizing. Not defined by defa…
42 …initialized to NaN, as are new entries in matrices and arrays after resizing. This option is espec…
/external/python/cpython2/Lib/test/
Dtest_dict.py553 if resizing:
557 resizing = False
564 resizing = True
/external/python/cpython2/Objects/
Ddictnotes.txt130 resizing is possible. By checking for a resize only when the
131 dictionary can grow (and may *require* resizing), other operations
134 by repeatedly invoking .pop will see no resizing, which might
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.inl170 // Or the miniimum number of bits after any resizing went on
440 // Or the miniimum number of bits after any resizing went on
/external/catch2/docs/
Dtest-cases-and-sections.md123 SECTION( "resizing bigger changes size and capacity" ) {
129 SECTION( "resizing smaller changes size but not capacity" ) {
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m87 // For some reason the content view is resizing, but not adjusting its origin,
290 // Localize the header. No resizing needed, as it has plenty of room.
309 [self removeEmailPrompt]; // Handles necessary resizing.
/external/python/cpython3/Lib/test/
Dtest_dict.py755 if resizing:
759 resizing = False
766 resizing = True

12345