Home
last modified time | relevance | path

Searched defs:small (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/flutter/skia/bench/
DLightingBench.cpp19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
DDisplacementBench.cpp21 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench()
93 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench()
118 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench()
142 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
DMagnifierBench.cpp21 MagnifierBench(bool small) : in MagnifierBench()
/third_party/skia/bench/
DLightingBench.cpp19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench()
118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench()
136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench()
155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench()
174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench()
193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
DDisplacementBench.cpp22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench()
90 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench()
115 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench()
139 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc55 auto small = FixedArr(kSmallSize); in TEST() local
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
109 auto small = FixedArr(kSmallSize); in TEST() local
117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
/third_party/node/benchmark/buffers/
Dbuffer-read-float.js18 small: 2 ** -1074, property
25 small: 2 ** -149, property
/third_party/node/deps/npm/node_modules/qrcode-terminal/example/
Dsmall-qrcode.js4 qrcode.generate(url, { small: true }, function (qr) { property
/third_party/python/Include/internal/
Dpycore_accu.h26 PyObject *small; /* Pending small strings */ member
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.03/
D22.02.03-014.js18 "small":0, property
D22.02.03-007.js18 "small":0, property
/third_party/skia/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
29 #define PACK_8_24(small, large) ((small << 24) | large) argument
/third_party/skia/gm/
Dbigmatrix.cpp41 SkScalar small = 1 / (500 * SK_Scalar1); variable
/third_party/flutter/skia/gm/
Dbigmatrix.cpp44 SkScalar small = 1 / (500 * SK_Scalar1); variable
/third_party/flutter/skia/tools/fonts/
Dcreate_test_font_color.cpp44 unsigned small[] = { 8, 16 }; in main() local
/third_party/skia/tools/fonts/
Dcreate_test_font_color.cpp46 unsigned small[] = { 8, 16 }; in main() local
/third_party/mesa3d/src/compiler/nir/
Dnir_scale_fdiv.c41 nir_ssa_def *small = nir_flt(b, fabs, nir_imm_int(b, 0x00800000)); in nir_scale_fdiv_instr() local
/third_party/node/test/parallel/
Dtest-buffer-writedouble.js89 const small = Buffer.allocUnsafe(1); constant
Dtest-buffer-writefloat.js71 const small = Buffer.allocUnsafe(1); constant
/third_party/flutter/skia/tests/
DInfRectTest.cpp26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
/third_party/skia/tests/
DInfRectTest.cpp26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
/third_party/flutter/skia/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
29 #define PACK_8_24(small, large) ((small << 24) | large) argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp242 bool small = false; in createSubgroupUniformControlFlowTests() local
305 bool small = true; in createSubgroupUniformControlFlowTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp242 bool small = false; in createSubgroupUniformControlFlowTests() local
305 bool small = true; in createSubgroupUniformControlFlowTests() local
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dswitch.c13 int small(int a) in small() function

1234