Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/flutter/engine/flutter/flow/
Draster_cache_unittests.cc36 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 …]
Draster_cache.h84 bool Prepare(GrContext* context,
91 void Prepare(PrerollContext* context, Layer* layer, const SkMatrix& ctm);
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_post_depth_coverage.txt44 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/
Dprepare.rst4 :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/
Dlayer_tree.cpp14 void LayerTree::Prepare() in Prepare() function in flutter::OHOS::LayerTree
18 rootLayer_->Prepare(skMatrix); in Prepare()
Dcontainer_layer.cpp20 void ContainerLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::ContainerLayer
30 layer->Prepare(childMatrix); in PrepareChildren()
Dopacity_layer.cpp15 void OpacityLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::OpacityLayer
19 ContainerLayer::Prepare(childMatrix); in Prepare()
Dtexture_layer.cpp14 void TextureLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::TextureLayer
Dtransform_layer.h28 void Prepare(const SkMatrix& matrix) override;
Dclip_rrect_layer.h24 void Prepare(const SkMatrix& matrix) override;
Dclip_path_layer.h22 void Prepare(const SkMatrix& matrix) override;
Dpicture_layer.cpp14 void PictureLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::PictureLayer
Dclip_rect_layer.h21 void Prepare(const SkMatrix& matrix) override;
Dtransform_layer.cpp14 void TransformLayer::Prepare(const SkMatrix& matrix) in Prepare() function in flutter::OHOS::TransformLayer
Dopacity_layer.h25 void Prepare(const SkMatrix& matrix) override;
Dlayer_tree.h41 void Prepare();
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_composite_inc.h57 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()
Dhash_rolling_inc.h78 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/
Dhash_composite_inc.h57 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()
Dhash_rolling_inc.h78 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/
DBitReader.cs153 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/
Ddng_bad_pixels.h64 virtual void Prepare (dng_negative &negative,
268 virtual void Prepare (dng_negative &negative,
Ddng_opcodes.h358 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/
DCoroSplit.cpp1451 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/
Dtest_suite_ccm.function190 /* 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 */

123456789