Searched
full:effects (Results
651 -
675 of
4021) sorted by null
<<21222324252627282930>>
/external/replicaisland/src/com/replica/replicaisland/ |
TimeSystem.java | 23 // TODO: time distortion effects could go here, or they could go into a special object manager.
|
/external/skia/gm/ |
makecolorspace.cpp | 31 // Assign an sRGB color space on the xformed image, so we can see the effects of the xform
|
/external/skia/samplecode/ |
SampleEffects.cpp | 98 SampleCode::TitleR(evt, "Effects");
|
/external/skia/src/core/ |
SkGlyphCache.h | 136 static SkGlyphCache* DetachCache(SkTypeface* typeface, const SkScalerContextEffects& effects, 138 return VisitCache(typeface, effects, desc, DetachProc, nullptr); 262 SkAutoGlyphCache(SkTypeface* typeface, const SkScalerContextEffects& effects, 264 : INHERITED(SkGlyphCache::DetachCache(typeface, effects, desc))
|
/external/skia/src/effects/ |
SkToSRGBColorFilter.cpp | 16 #include "effects/GrNonlinearColorSpaceXformEffect.h"
|
SkXfermodeImageFilter.cpp | 25 #include "effects/GrConstColorProcessor.h" 26 #include "effects/GrTextureDomain.h" 27 #include "effects/GrSimpleTextureEffect.h" 269 #include "effects/GrXfermodeFragmentProcessor.h"
|
/external/skia/src/gpu/effects/ |
GrDisableColorXP.cpp | 8 #include "effects/GrDisableColorXP.h"
|
GrRectBlurEffect.h | 17 #include "../effects/SkBlurMask.h"
|
/external/skia/src/gpu/text/ |
GrAtlasTextBlobVertexRegenerator.cpp | 244 SkScalerContextEffects effects; local 245 effects.fPathEffect = fRun->fPathEffect.get(); 246 effects.fMaskFilter = fRun->fMaskFilter.get(); 247 fLazyCache->reset(SkGlyphCache::DetachCache(fRun->fTypeface.get(), effects, desc));
|
/external/skia/tests/ |
GLProgramsTest.cpp | 29 #include "effects/GrConfigConversionEffect.h" 30 #include "effects/GrPorterDuffXferProcessor.h" 31 #include "effects/GrXfermodeFragmentProcessor.h" 357 // We've had issues with driver crashes and HW limits being exceeded with many effects on
|
/external/skqp/gm/ |
makecolorspace.cpp | 31 // Assign an sRGB color space on the xformed image, so we can see the effects of the xform
|
/external/skqp/samplecode/ |
SampleEffects.cpp | 98 SampleCode::TitleR(evt, "Effects");
|
/external/skqp/src/core/ |
SkGlyphCache.h | 136 static SkGlyphCache* DetachCache(SkTypeface* typeface, const SkScalerContextEffects& effects, 138 return VisitCache(typeface, effects, desc, DetachProc, nullptr); 262 SkAutoGlyphCache(SkTypeface* typeface, const SkScalerContextEffects& effects, 264 : INHERITED(SkGlyphCache::DetachCache(typeface, effects, desc))
|
/external/skqp/src/effects/ |
SkToSRGBColorFilter.cpp | 16 #include "effects/GrNonlinearColorSpaceXformEffect.h"
|
SkXfermodeImageFilter.cpp | 25 #include "effects/GrConstColorProcessor.h" 26 #include "effects/GrTextureDomain.h" 27 #include "effects/GrSimpleTextureEffect.h" 269 #include "effects/GrXfermodeFragmentProcessor.h"
|
/external/skqp/src/gpu/effects/ |
GrDisableColorXP.cpp | 8 #include "effects/GrDisableColorXP.h"
|
GrRectBlurEffect.h | 17 #include "../effects/SkBlurMask.h"
|
/external/skqp/src/gpu/text/ |
GrAtlasTextBlobVertexRegenerator.cpp | 240 SkScalerContextEffects effects; local 241 effects.fPathEffect = fRun->fPathEffect.get(); 242 effects.fMaskFilter = fRun->fMaskFilter.get(); 243 fLazyCache->reset(SkGlyphCache::DetachCache(fRun->fTypeface.get(), effects, desc));
|
/external/skqp/tests/ |
GLProgramsTest.cpp | 29 #include "effects/GrConfigConversionEffect.h" 30 #include "effects/GrPorterDuffXferProcessor.h" 31 #include "effects/GrXfermodeFragmentProcessor.h" 356 // We've had issues with driver crashes and HW limits being exceeded with many effects on
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
LibCallSemantics.h | 56 /// captures things like the side effects of the call. Side effects are 61 /// *not* universally readonly). Or it might say that the side effects 97 /// not* know everything about the side effects of this libcall, but we do
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
algebraic_simplifier.h | 31 // dependent effects on layout like alignment restrictions. Precondition: the
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
allocate_transient_arrays.h | 23 // to get simple performance characteristics without side effects of
|
/external/toolchain-utils/binary_search_tool/ |
bisect_driver.py | 199 """Determine side effects generated by compiler 202 List of paths of objects that the compiler generates as side effects. 305 # side effects, but is very slow! 314 # Generate compiler side effects. Trick Make into thinking compiler was
|
/external/v8/src/ic/arm64/ |
ic-arm64.cc | 50 // instructions which have no side effects, so we can safely execute them.
|
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_capture_options.h | 72 // Flag indicating if desktop effects (e.g. Aero) should be disabled when the
|
Completed in 1879 milliseconds
<<21222324252627282930>>