Searched refs:TestCreate (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/third_party/skia/include/gpu/
H A DGrProcessorUnitTest.h19 // Used to access the dummy textures in TestCreate procs.
26 * A helper for use in GrProcessor::TestCreate functions.
78 static GrGeometryProcessor* TestCreate(SkRandom*, \
85 static GrFragmentProcessor* TestCreate(SkRandom*, \
92 * GrProcessor* TestCreate(SkRandom*,
98 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using
102 GrProcessorTestFactory<GrFragmentProcessor> Effect :: gTestFactory(Effect :: TestCreate)
105 GrProcessorTestFactory<GrGeometryProcessor> Effect :: gTestFactory(Effect :: TestCreate)
109 // The unit test relies on static initializers. Just declare the TestCreate function so that
112 static GrFragmentProcessor* TestCreate(SkRando
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_video_decoder.h24 std::string TestCreate();
H A Dtest_media_stream_video_track.h26 std::string TestCreate();
H A Dtest_broker.h23 std::string TestCreate();
H A Dtest_truetype_font.h27 std::string TestCreate();
H A Dtest_video_destination.h27 std::string TestCreate();
H A Dtest_video_source.h27 std::string TestCreate();
H A Dtest_file_ref.h31 std::string TestCreate();
H A Dtest_media_stream_audio_track.h31 std::string TestCreate();
H A Dtest_video_decoder.cc30 std::string TestVideoDecoder::TestCreate() { function in class:TestVideoDecoder
H A Dtest_video_destination.cc72 std::string TestVideoDestination::TestCreate() { function in class:TestVideoDestination
H A Dtest_video_source.cc69 std::string TestVideoSource::TestCreate() { function in class:TestVideoSource
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dlocnmtst.h24 void TestCreate(void);
H A Dlocnmtst.cpp68 TESTCASE(0, TestCreate);
88 void LocaleDisplayNamesTest::TestCreate() { function in class:LocaleDisplayNamesTest
/external/icu/icu4c/source/test/intltest/
H A Dlocnmtst.h24 void TestCreate(void);
/external/skia/include/gpu/
H A DGrEffectUnitTest.h19 // Used to access the dummy textures in TestCreate procs.
26 * A helper for use in GrEffect::TestCreate functions.
70 static GrEffectRef* TestCreate(SkRandom*, \
77 * GrEffect* TestCreate(SkRandom*,
83 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using
87 GrEffectTestFactory Effect :: gTestFactory(Effect :: TestCreate)
91 // The unit test relies on static initializers. Just declare the TestCreate function so that
94 static GrEffectRef* TestCreate(SkRandom*, \
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDitherEffect.cpp60 GrFragmentProcessor* DitherEffect::TestCreate(SkRandom*, function in class:DitherEffect
H A DGrSimpleTextureEffect.cpp56 GrFragmentProcessor* GrSimpleTextureEffect::TestCreate(SkRandom* random, function in class:GrSimpleTextureEffect
H A DGrCustomCoordsTextureEffect.cpp93 GrGeometryProcessor* GrCustomCoordsTextureEffect::TestCreate(SkRandom* random, function in class:GrCustomCoordsTextureEffect
H A DGrBezierEffect.cpp153 GrGeometryProcessor* GrConicEffect::TestCreate(SkRandom* random, function in class:GrConicEffect
291 GrGeometryProcessor* GrQuadEffect::TestCreate(SkRandom* random, function in class:GrQuadEffect
471 GrGeometryProcessor* GrCubicEffect::TestCreate(SkRandom* random, function in class:GrCubicEffect
/external/skia/src/gpu/effects/
H A DGrDitherEffect.cpp58 GrEffectRef* DitherEffect::TestCreate(SkRandom*, function in class:DitherEffect
H A DGrSimpleTextureEffect.cpp54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random, function in class:GrSimpleTextureEffect
H A DGrCustomCoordsTextureEffect.cpp87 GrEffectRef* GrCustomCoordsTextureEffect::TestCreate(SkRandom* random, function in class:GrCustomCoordsTextureEffect
H A DGrBezierEffect.cpp146 GrEffectRef* GrConicEffect::TestCreate(SkRandom* random, function in class:GrConicEffect
284 GrEffectRef* GrQuadEffect::TestCreate(SkRandom* random, function in class:GrQuadEffect
432 GrEffectRef* GrCubicEffect::TestCreate(SkRandom* random, function in class:GrCubicEffect
/external/chromium_org/chrome/browser/apps/
H A Dapp_window_browsertest.cc131 IN_PROC_BROWSER_TEST_F(AppWindowAPITest, TestCreate) {

Completed in 350 milliseconds

1234