Home
last modified time | relevance | path

Searched defs:outer (Results 26 - 50 of 154) sorted by relevance

1234567

/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_loop_test.cc83 auto* outer = Loop(body, continuing); in TEST_F() local
137 auto* outer = Loop(body, continuing); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_loop_test.cc83 auto* outer = Loop(body, continuing); in TEST_F() local
137 auto* outer = Loop(body, continuing); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_loop_test.cc78 auto* outer = Loop(body, continuing); in TEST_F() local
130 auto* outer = Loop(body, continuing); in TEST_F() local
/third_party/skia/modules/androidkit/src/
H A DColorFilters.cpp31 static jlong MakeCompose(JNIEnv*, jobject, jlong outer, jlong inner) { in MakeCompose() argument
/third_party/skia/gm/
H A Dblurs.cpp89 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); in DEF_SIMPLE_GM() local
107 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); in DEF_SIMPLE_GM() local
H A Dcomposecolorfilter.cpp62 outer = SkColorFilters::Matrix(tint_matrix); in MakeTintColorFilter() local
H A Dshapes.cpp140 const SkRRect& outer = fShapes[i]; variable
/third_party/skia/bench/
H A DBlurRectsBench.cpp18 BlurRectsBench(SkRect outer, SkRect inner, SkScalar radius) { in BlurRectsBench() argument
56 BlurRectsNinePatchBench(SkRect outer, SkRect inner, SkScalar radius) in BlurRectsNinePatchBench() argument
66 BlurRectsNonNinePatchBench(SkRect outer, SkRect inner, SkScalar radius) in BlurRectsNonNinePatchBench() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.h27 struct mlx5_lag_ttc outer; member
/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.h69 Maybe<OuterContext> outer() const { return outer_; } in outer() function in v8::internal::compiler::final
39 JSContextSpecialization(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, Maybe<OuterContext> outer, MaybeHandle<JSFunction> closure) JSContextSpecialization() argument
H A Djs-context-specialization.cc120 OuterContext outer; in GetSpecializationContext() local
259 OuterContext outer; in GetModuleContext() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp104 float* const outer = &curTessLevelCase.outer[0]; in genTessLevelCases() local
147 int outer[3]; generateReferenceTessCoords() local
[all...]
/third_party/skia/samplecode/
H A DSamplePathEffects.cpp40 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style); in make_pe() local
59 auto outer = SkPath1DPathEffect::Make( in make_warp_pe() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp104 float* const outer = &curTessLevelCase.outer[0]; in genTessLevelCases() local
147 int outer[3]; generateReferenceTessCoords() local
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.h24 explicit JobDelegate(DefaultJobState* outer, bool is_joining_thread = false) in JobDelegate() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderQuads.hpp89 float outer[4]; member
H A DesextcTessellationShaderMaxPatchVertices.cpp822 const glw::GLfloat outer[] = { 1.0, 1.0, 1.0, 1.0 }; in iterate() local
H A DesextcTessellationShaderPoints.hpp195 float outer[4]; member
/third_party/skia/src/effects/imagefilters/
H A DSkComposeImageFilter.cpp41 sk_sp<SkImageFilter> SkImageFilters::Compose(sk_sp<SkImageFilter> outer, in Compose() argument
67 const SkImageFilter* outer = this->getInput(0); in computeFastBounds() local
115 const SkImageFilter* outer = this->getInput(0); onFilterBounds() local
[all...]
/third_party/skia/tests/
H A DDefaultPathRendererTest.cpp55 static SkPath make_path(const SkRect& outer, int inset, SkPathFillType fill) { in make_path() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-common.hh72 unsigned int outer = v >> 16; in serialize() local
105 unsigned int outer = u >> n; in map() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dscope.c175 int is_in_scope(struct scope *outer, struct scope *inner) in is_in_scope() argument
/third_party/openssl/test/
H A Dtls13encryptiontest.c204 size_t outer, inner, curr = 0; in multihexstr2buf() local
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_timeouts.py157 async def outer() -> None: function
/third_party/skia/src/core/
H A DSkLineClipper.cpp84 static inline bool containsNoEmptyCheck(const SkRect& outer, in containsNoEmptyCheck() argument

Completed in 10 milliseconds

1234567