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

1234

/external/icu/icu4c/source/test/intltest/
H A Dlocnmtst.h26 void TestCreate(void);
/external/skia/src/gpu/
H A DGrProcessorUnitTest.h31 // Used to access the dummy textures in TestCreate procs.
44 * GrProcessorTestData is an argument struct to TestCreate functions
47 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using
152 static sk_sp<GrGeometryProcessor> TestCreate(GrProcessorTestData*);
156 static std::unique_ptr<GrFragmentProcessor> TestCreate(GrProcessorTestData*);
164 * GrProcessor* TestCreate(GrProcessorTestData*);
167 GrFragmentProcessorTestFactory Effect::gTestFactory(Effect::TestCreate)
170 GrGeometryProcessorTestFactory Effect::gTestFactory(Effect::TestCreate)
177 // The unit test relies on static initializers. Just declare the TestCreate function so that
180 static std::unique_ptr<GrFragmentProcessor> TestCreate(GrProcessorTestDat
[all...]
/external/skqp/src/gpu/
H A DGrProcessorUnitTest.h31 // Used to access the dummy textures in TestCreate procs.
44 * GrProcessorTestData is an argument struct to TestCreate functions
47 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using
152 static sk_sp<GrGeometryProcessor> TestCreate(GrProcessorTestData*);
156 static std::unique_ptr<GrFragmentProcessor> TestCreate(GrProcessorTestData*);
164 * GrProcessor* TestCreate(GrProcessorTestData*);
167 GrFragmentProcessorTestFactory Effect::gTestFactory(Effect::TestCreate)
170 GrGeometryProcessorTestFactory Effect::gTestFactory(Effect::TestCreate)
177 // The unit test relies on static initializers. Just declare the TestCreate function so that
180 static std::unique_ptr<GrFragmentProcessor> TestCreate(GrProcessorTestDat
[all...]
/external/skia/src/gpu/effects/
H A DGrConfigConversionEffect.cpp66 std::unique_ptr<GrFragmentProcessor> GrConfigConversionEffect::TestCreate( function in class:GrConfigConversionEffect
H A DGrDitherEffect.cpp72 std::unique_ptr<GrFragmentProcessor> GrDitherEffect::TestCreate(GrProcessorTestData* testData) { function in class:GrDitherEffect
H A DGrShadowGeoProc.cpp81 sk_sp<GrGeometryProcessor> GrRRectShadowGeoProc::TestCreate(GrProcessorTestData* d) { function in class:GrRRectShadowGeoProc
H A DGrSimpleTextureEffect.cpp66 std::unique_ptr<GrFragmentProcessor> GrSimpleTextureEffect::TestCreate( function in class:GrSimpleTextureEffect
H A DGrAARectEffect.cpp104 std::unique_ptr<GrFragmentProcessor> GrAARectEffect::TestCreate(GrProcessorTestData* d) { function in class:GrAARectEffect
H A DGrCircleEffect.cpp111 std::unique_ptr<GrFragmentProcessor> GrCircleEffect::TestCreate(GrProcessorTestData* testData) { function in class:GrCircleEffect
H A DGrConstColorProcessor.cpp88 std::unique_ptr<GrFragmentProcessor> GrConstColorProcessor::TestCreate(GrProcessorTestData* d) { function in class:GrConstColorProcessor
H A DGrEllipseEffect.cpp133 std::unique_ptr<GrFragmentProcessor> GrEllipseEffect::TestCreate(GrProcessorTestData* testData) { function in class:GrEllipseEffect
H A DGrSRGBEffect.cpp123 std::unique_ptr<GrFragmentProcessor> GrSRGBEffect::TestCreate(GrProcessorTestData* d) { function in class:GrSRGBEffect
H A DGrBicubicEffect.cpp169 std::unique_ptr<GrFragmentProcessor> GrBicubicEffect::TestCreate(GrProcessorTestData* d) { function in class:GrBicubicEffect
H A DGrBitmapTextGeoProc.cpp183 sk_sp<GrGeometryProcessor> GrBitmapTextGeoProc::TestCreate(GrProcessorTestData* d) { function in class:GrBitmapTextGeoProc
/external/skqp/src/gpu/effects/
H A DGrConfigConversionEffect.cpp66 std::unique_ptr<GrFragmentProcessor> GrConfigConversionEffect::TestCreate( function in class:GrConfigConversionEffect
H A DGrDitherEffect.cpp72 std::unique_ptr<GrFragmentProcessor> GrDitherEffect::TestCreate(GrProcessorTestData* testData) { function in class:GrDitherEffect
H A DGrShadowGeoProc.cpp81 sk_sp<GrGeometryProcessor> GrRRectShadowGeoProc::TestCreate(GrProcessorTestData* d) { function in class:GrRRectShadowGeoProc
H A DGrSimpleTextureEffect.cpp66 std::unique_ptr<GrFragmentProcessor> GrSimpleTextureEffect::TestCreate( function in class:GrSimpleTextureEffect
H A DGrAARectEffect.cpp104 std::unique_ptr<GrFragmentProcessor> GrAARectEffect::TestCreate(GrProcessorTestData* d) { function in class:GrAARectEffect
H A DGrCircleEffect.cpp111 std::unique_ptr<GrFragmentProcessor> GrCircleEffect::TestCreate(GrProcessorTestData* testData) { function in class:GrCircleEffect
H A DGrConstColorProcessor.cpp88 std::unique_ptr<GrFragmentProcessor> GrConstColorProcessor::TestCreate(GrProcessorTestData* d) { function in class:GrConstColorProcessor
H A DGrEllipseEffect.cpp133 std::unique_ptr<GrFragmentProcessor> GrEllipseEffect::TestCreate(GrProcessorTestData* testData) { function in class:GrEllipseEffect
H A DGrSRGBEffect.cpp123 std::unique_ptr<GrFragmentProcessor> GrSRGBEffect::TestCreate(GrProcessorTestData* d) { function in class:GrSRGBEffect
/external/skia/src/effects/
H A DGrAlphaThresholdFragmentProcessor.cpp105 std::unique_ptr<GrFragmentProcessor> GrAlphaThresholdFragmentProcessor::TestCreate( function in class:GrAlphaThresholdFragmentProcessor
/external/skqp/src/effects/
H A DGrAlphaThresholdFragmentProcessor.cpp105 std::unique_ptr<GrFragmentProcessor> GrAlphaThresholdFragmentProcessor::TestCreate( function in class:GrAlphaThresholdFragmentProcessor

Completed in 300 milliseconds

1234