Home
last modified time | relevance | path

Searched refs:combination (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/third_party/flutter/skia/src/core/
DSkClipStack.cpp303 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) { in combineBoundsDiff() argument
304 switch (combination) { in combineBoundsDiff()
345 void SkClipStack::Element::combineBoundsXOR(int combination, const SkRect& prevFinite) { in combineBoundsXOR() argument
347 switch (combination) { in combineBoundsXOR()
378 void SkClipStack::Element::combineBoundsUnion(int combination, const SkRect& prevFinite) { in combineBoundsUnion() argument
380 switch (combination) { in combineBoundsUnion()
408 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) { in combineBoundsIntersection() argument
410 switch (combination) { in combineBoundsIntersection()
439 void SkClipStack::Element::combineBoundsRevDiff(int combination, const SkRect& prevFinite) { in combineBoundsRevDiff() argument
441 switch (combination) { in combineBoundsRevDiff()
[all …]
DSkClipStack.h268 inline void combineBoundsDiff(FillCombo combination, const SkRect& prevFinite);
269 inline void combineBoundsXOR(int combination, const SkRect& prevFinite);
270 inline void combineBoundsUnion(int combination, const SkRect& prevFinite);
271 inline void combineBoundsIntersection(int combination, const SkRect& prevFinite);
272 inline void combineBoundsRevDiff(int combination, const SkRect& prevFinite);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations() local
36 combination.push_back(list[currentIndex]); in GetImplicitConversionCombinations()
37 target.push_back(combination); in GetImplicitConversionCombinations()
107 for (const std::vector<int> &combination : combinations) in GetMangledNames() local
118 if (currentIndex != static_cast<int>(combination.size()) && in GetMangledNames()
119 combination[currentIndex] == i) in GetMangledNames()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp35 std::vector<int> combination = target[copyIndex]; in GetImplicitConversionCombinations() local
36 combination.push_back(list[currentIndex]); in GetImplicitConversionCombinations()
37 target.push_back(combination); in GetImplicitConversionCombinations()
107 for (const std::vector<int> &combination : combinations) in GetMangledNames() local
118 if (currentIndex != static_cast<int>(combination.size()) && in GetMangledNames()
119 combination[currentIndex] == i) in GetMangledNames()
/third_party/pixman/test/
Dpixel-test.c2858 verify (int test_no, const pixel_combination_t *combination, int size, in verify() argument
2864 pixman_bool_t have_mask = (combination->mask_format != PIXMAN_null); in verify()
2869 pixel_checker_init (&src_checker, combination->src_format); in verify()
2871 pixel_checker_init (&mask_checker, combination->mask_format); in verify()
2872 pixel_checker_init (&dest_checker, combination->dest_format); in verify()
2875 &src_checker, combination->src_pixel, &source_color); in verify()
2876 if (combination->mask_format != PIXMAN_null) in verify()
2879 &mask_checker, combination->mask_pixel, &mask_color); in verify()
2882 &dest_checker, combination->dest_pixel, &dest_color); in verify()
2884 do_composite (combination->op, in verify()
[all …]
/third_party/skia/src/core/
DSkClipStack.cpp347 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) { in combineBoundsDiff() argument
348 switch (combination) { in combineBoundsDiff()
390 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) { in combineBoundsIntersection() argument
392 switch (combination) { in combineBoundsIntersection()
480 FillCombo combination = kPrev_Cur_FillCombo; in updateBoundAndGenID() local
482 combination = (FillCombo) (combination | 0x01); in updateBoundAndGenID()
485 combination = (FillCombo) (combination | 0x02); in updateBoundAndGenID()
488 SkASSERT(kInvPrev_InvCur_FillCombo == combination || in updateBoundAndGenID()
489 kInvPrev_Cur_FillCombo == combination || in updateBoundAndGenID()
490 kPrev_InvCur_FillCombo == combination || in updateBoundAndGenID()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_read_format.txt40 implementation for a preferred type and format combination
45 implementation-specific combination is supported.
47 The preferred type and format combination returned may depend
88 A single format and type combination, designated the
92 indicates a read format and type combination that provides optimal
/third_party/openGLES/extensions/OES/
DOES_read_format.txt50 implementation for a preferred type and format combination
55 implementation-specific combination is supported.
57 The preferred type and format combination returned may depend
98 A single format and type combination, designated the
102 indicates a read format and type combination that provides optimal
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.fbo.completeness.txt33 + Existence of a supported combination of formats
69 least one combination of attachment formats is supported.
88 combination, then it is allowed but not required to be renderable.
90 * If a type/unsized-format combination is not specified to be renderable and
119 combination of attachments and formats such that the framebuffer checks as
120 complete. The test fails if no such combination is found.
/third_party/boost/libs/range/doc/reference/algorithm_ext/
Derase.qbk21 `remove_erase` performs the frequently used combination equivalent to `target.erase(std::remove(tar…
23 `remove_erase_if` performs the frequently used combination equivalent to `target.erase(std::remove_…
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_color_buffer_packed_float.txt65 the combination format RGBA and type UNSIGNED_BYTE is accepted. For
66 R11F_G11F_B10F surfaces, the combination RGB and
68 combination RGB and GL_UNSIGNED_INT_5_9_9_9_REV_APPLE is accepted. For
69 floating-point rendering surfaces, the combination format RGBA and type
/third_party/openGLES/extensions/APPLE/
DAPPLE_color_buffer_packed_float.txt65 the combination format RGBA and type UNSIGNED_BYTE is accepted. For
66 R11F_G11F_B10F surfaces, the combination RGB and
68 combination RGB and GL_UNSIGNED_INT_5_9_9_9_REV_APPLE is accepted. For
69 floating-point rendering surfaces, the combination format RGBA and type
/third_party/boost/boost/iostreams/
Dcombine.hpp158 struct combination : detail::combination_traits<In, Out>::type { struct
162 combination(const in_type& in, const out_type& out) in combination() argument
171 typedef combination<
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
DREADME.md24 // - a combination of Three-Clause BSD and MIT
73 // Licensed under a combination of:
75 // - a combination of:
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_read_format.txt43 format/type combination (format RGBA and type UNSIGNED_BYTE) for
44 portability, and an implementation specific format/type combination
/third_party/openGLES/extensions/IMG/
DIMG_read_format.txt43 format/type combination (format RGBA and type UNSIGNED_BYTE) for
44 portability, and an implementation specific format/type combination
/third_party/openGLES/extensions/EXT/
DEXT_render_snorm.txt195 combination format RGBA and type BYTE is accepted. For a 16bit
196 signed normalized fixed point buffer, the combination RGBA and
238 command will use the appropriate format/type combination from
245 combination together with the provided internalformat. The
246 resulting combination of internalformat/format/type must be one
DEXT_read_format_bgra.txt43 format/type combination (format RGBA and type UNSIGNED_BYTE) for
44 portability, and an implementation specific format/type combination
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_render_snorm.txt195 combination format RGBA and type BYTE is accepted. For a 16bit
196 signed normalized fixed point buffer, the combination RGBA and
238 command will use the appropriate format/type combination from
245 combination together with the provided internalformat. The
246 resulting combination of internalformat/format/type must be one
DEXT_read_format_bgra.txt43 format/type combination (format RGBA and type UNSIGNED_BYTE) for
44 portability, and an implementation specific format/type combination
/third_party/boost/libs/numeric/conversion/doc/
Dconversion_traits.qbk73 indicates the combination of these attributes.
90 indicates the combination of these attributes.
107 indicates the combination of these attributes.
166 type. They express the combination of certain attributes of the Source and
/third_party/openssl/doc/man3/
DBIO_connect.pod30 B<addr>. Connection B<options> may be zero or any combination of
36 combination of B<BIO_SOCK_KEEPALIVE>, B<BIO_SOCK_NONBLOCK>,
68 Try to reuse the address and port combination for a recently closed
/third_party/boost/libs/icl/doc/
Dfunctions_addition.qbk122 show show instantiations of argument type `P`. If a combination
152 pragmatical reasons: Each additional combination of types
171 the combination of
173 is faster than a combination of intervals (__i) or
175 the combination of element or interval containers.
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Dinverse.comp19 // Calculate the determinant as a combination of the cofactors of the first row.
52 // Calculate the determinant as a combination of the cofactors of the first row.
93 // Calculate the determinant as a combination of the cofactors of the first row.
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Dinverse.comp19 // Calculate the determinant as a combination of the cofactors of the first row.
52 // Calculate the determinant as a combination of the cofactors of the first row.
93 // Calculate the determinant as a combination of the cofactors of the first row.

12345678910>>...48