Home
last modified time | relevance | path

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

12

/external/skia/bench/
DLightingBench.cpp20 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench()
100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { in LightingPointLitDiffuseBench()
121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { in LightingDistantLitDiffuseBench()
142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { in LightingSpotLitDiffuseBench()
166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { in LightingPointLitSpecularBench()
188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { in LightingDistantLitSpecularBench()
210 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { in LightingSpotLitSpecularBench()
DColorFilterBench.cpp22 ColorFilterBaseBench(bool small) : fIsSmall(small) { } in ColorFilterBaseBench()
67 ColorFilterDimBrightBench(bool small) : INHERITED(small) { in ColorFilterDimBrightBench()
97 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { in ColorFilterBrightGrayBench()
124 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { in ColorFilterGrayBrightBench()
151 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { in ColorFilterBlueBrightBench()
178 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { in ColorFilterBrightBlueBench()
205 ColorFilterBrightBench(bool small) : INHERITED(small) { in ColorFilterBrightBench()
231 ColorFilterBlueBench(bool small) : INHERITED(small) { in ColorFilterBlueBench()
257 ColorFilterGrayBench(bool small) : INHERITED(small) { in ColorFilterGrayBench()
283 TableColorFilterBench(bool small) : INHERITED(small) { in TableColorFilterBench()
[all …]
DDisplacementBench.cpp20 DisplacementBaseBench(bool small) : in DisplacementBaseBench()
94 DisplacementZeroBench(bool small) : INHERITED(small) { in DisplacementZeroBench()
121 DisplacementAlphaBench(bool small) : INHERITED(small) { in DisplacementAlphaBench()
147 DisplacementFullBench(bool small) : INHERITED(small) { in DisplacementFullBench()
DMagnifierBench.cpp20 MagnifierBench(bool small) : in MagnifierBench()
DBlurImageFilterBench.cpp26 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small) : in BlurImageFilterBench()
DMergeBench.cpp20 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()
/external/clang/test/SemaCXX/
Dattr-print.cpp24 int small __attribute__((mode(byte))); variable
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSidebarTreeElement.js119 get small() getter in WebInspector.SidebarTreeElement
124 set small(x) setter in WebInspector.SidebarTreeElement
/external/clang/test/CodeGen/
Dsparcv9-abi.c22 struct small { struct
26 // CHECK: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) argument
/external/valgrind/main/memcheck/tests/
Dbig_blocks_freed_list.c11 char *small = NULL; in main() local
/external/chromium_org/third_party/icu/source/test/cintltst/
Dsorttest.c28 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local
Dcdattst.c1048 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, in _aux2ExtremeDates()
1082 const double small = 1000; /* 1 sec */ in TestExtremeDates() local
/external/icu4c/test/cintltst/
Dsorttest.c28 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local
/external/chromium_org/third_party/skia/src/core/
DSkPictureRecord.h25 #define UNPACK_8_24(combined, small, large) \ argument
28 #define PACK_8_24(small, large) ((small << 24) | large) argument
/external/skia/src/core/
DSkPictureRecord.h25 #define UNPACK_8_24(combined, small, large) \ argument
28 #define PACK_8_24(small, large) ((small << 24) | large) argument
/external/v8/test/mjsunit/
Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small', property
/external/chromium_org/v8/test/mjsunit/
Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small', property
/external/skia/gm/
Dbigmatrix.cpp49 SkScalar small = 1 / (500 * SK_Scalar1); in onDraw() local
Dverylargebitmap.cpp76 int small = 150; in onDraw() local
/external/eigen/test/
Dstable_norm.cpp57 …Scalar small = internal::random<Scalar>() * ((std::numeric_limits<RealScalar>::min)() * RealScalar… in stable_norm() local
/external/skia/tests/
DInfRectTest.cpp70 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
/external/chromium_org/mojo/public/tests/
Dbuffer_unittest.cc28 void* small = buf.Allocate(10); in TEST() local
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
Ddefault.css336 small { selector
/external/valgrind/main/none/tests/s390x/
Dmvcl.c174 uint8_t byte, buf[10], small[5], i; in main() local
/external/qemu/tcg/i386/
Dtcg-target.c716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) in tcg_out_jxx()
779 int label_index, int small) in tcg_out_brcond32()
788 int label_index, int small) in tcg_out_brcond64()
797 const int *const_args, int small) in tcg_out_brcond2()

12