/third_party/flutter/engine/flutter/flow/ |
D | raster_cache_unittests.cc | 36 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 39 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 42 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 58 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 61 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 64 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 80 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 83 ASSERT_FALSE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 86 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() 89 ASSERT_TRUE(cache.Prepare(NULL, picture.get(), matrix, srgb.get(), true, in TEST() [all …]
|
D | raster_cache.h | 84 bool Prepare(GrContext* context, 91 void Prepare(PrerollContext* context, Layer* layer, const SkMatrix& ctm);
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_post_depth_coverage.txt | 44 Prepare a proper shader with following layout setup: 49 Prepare a proper shader with following layout setup: 55 Prepare multisample framebuffer with integer color and depth attachments 58 Prepare framebuffer with integer color attachment 1x(number of samples) 61 Prepare shader program which passes gl_SampleMaskIn to the output as a 64 Prepare shader program which passes samples from multisample texture to
|
/third_party/libuv/docs/src/ |
D | prepare.rst | 4 :c:type:`uv_prepare_t` --- Prepare handle 7 Prepare handles will run the given callback once per loop iteration, right 16 Prepare handle type.
|
/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | layer_tree.cpp | 14 void LayerTree::Prepare() in Prepare() function in flutter::OHOS::LayerTree 18 rootLayer_->Prepare(skMatrix); in Prepare()
|
D | container_layer.cpp | 20 void ContainerLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::ContainerLayer 30 layer->Prepare(childMatrix); in PrepareChildren()
|
D | opacity_layer.cpp | 15 void OpacityLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::OpacityLayer 19 ContainerLayer::Prepare(childMatrix); in Prepare()
|
D | texture_layer.cpp | 14 void TextureLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::TextureLayer
|
D | transform_layer.h | 28 void Prepare(const SkMatrix& matrix) override;
|
D | clip_rrect_layer.h | 24 void Prepare(const SkMatrix& matrix) override;
|
D | clip_path_layer.h | 22 void Prepare(const SkMatrix& matrix) override;
|
D | picture_layer.cpp | 14 void PictureLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::PictureLayer
|
D | clip_rect_layer.h | 21 void Prepare(const SkMatrix& matrix) override;
|
D | transform_layer.cpp | 14 void TransformLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::TransformLayer
|
D | opacity_layer.h | 25 void Prepare(const SkMatrix& matrix) override;
|
D | layer_tree.h | 41 void Prepare();
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_composite_inc.h | 57 static void FN(Prepare)( in FN() argument 68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in FN() 69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in FN()
|
D | hash_rolling_inc.h | 78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN() argument 137 FN(Prepare)(self, BROTLI_FALSE, available, in FN()
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_composite_inc.h | 57 static void FN(Prepare)( in FN() argument 68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in FN() 69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in FN()
|
D | hash_rolling_inc.h | 78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN() argument 137 FN(Prepare)(self, BROTLI_FALSE, available, in FN()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | BitReader.cs | 153 Prepare(br); in Init() 156 private static void Prepare(Org.Brotli.Dec.BitReader br) in Prepare() method in Org.Brotli.Dec.BitReader 168 Prepare(br); in Reload()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_bad_pixels.h | 64 virtual void Prepare (dng_negative &negative, 268 virtual void Prepare (dng_negative &negative,
|
D | dng_opcodes.h | 358 virtual void Prepare (dng_negative & /* negative */, in Prepare() function 460 virtual void Prepare (dng_negative & /* negative */, in Prepare() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 1451 static void replacePrepare(CallInst *Prepare, CallGraph &CG) { in replacePrepare() argument 1452 auto CastFn = Prepare->getArgOperand(0); // as an i8* in replacePrepare() 1458 PrepareUserNode = CG[Prepare->getFunction()]; in replacePrepare() 1468 for (auto UI = Prepare->use_begin(), UE = Prepare->use_end(); in replacePrepare() 1494 Prepare->replaceAllUsesWith(CastFn); in replacePrepare() 1495 Prepare->eraseFromParent(); in replacePrepare() 1516 auto *Prepare = cast<CallInst>((PI++)->getUser()); in replaceAllPrepares() local 1517 replacePrepare(Prepare, CG); in replaceAllPrepares()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ccm.function | 190 /* Prepare input/output message buffer */ 195 /* Prepare tag buffer */ 207 /* Prepare data_t structures for multipart testing */ 271 /* Prepare input/output message buffer */ 287 /* Prepare data_t structures for multipart testing */ 344 /* Prepare input/output message buffer */ 349 /* Prepare tag buffer */ 427 /* Prepare input/output message buffer */
|