Searched
full:effects (Results
1376 -
1400 of
4021) sorted by null
<<51525354555657585960>>
/external/skia/infra/bots/recipes/ |
bookmaker.py | 178 "text": "c++ -MMD -MF obj/tools/fiddle/fiddle.draw.o.d -DNDEBUG -DSK_HAS_HEIF_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSK_SUPPORT_PDF -DSK_PDF_USE_SFNTLY -DSK_HAS_PNG_LIBRARY -DSK_CODEC_DECODES_RAW -DSK_HAS_WEBP_LIBRARY -DSK_XML -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_DISCRETE_GPU -DGR_TEST_UTILS=1 -DSK_SAMPLES_FOR_X -DSK_SUPPORT_ATLAS_TEXT=1 -I../../tools/flags -I../../include/private -I../../src/c -I../../src/codec -I../../src/core -I../../src/effects -I../../src/fonts -I../../src/image -I../../src/images -I../../src/lazy -I../../src/opts -I../../src/pathops -I../../src/pdf -I../../src/ports -I../../src/sfnt -I../../src/shaders -I../../src/shaders/gradients -I../../src/sksl -I../../src/utils -I../../src/utils/win -I../../src/xml -I../../third_party/gif -I../../src/gpu -I../../tools/gpu -I../../include/android -I../../include/c -I../../include/codec -I../../include/config -I../../include/core -I../../include/effects -I../../include/encode -I../../include/gpu -I../../include/gpu/gl -I../../include/atlastext -I../../include/pathops -I../../include/ports -I../../include/svg -I../../include/utils -I../../include/utils/mac -I../../include/atlastext -Igen -fstrict-aliasing -fPIC -Werror -Wall -Wextra -Winit-self -Wpointer-arith -Wsign-compare -Wvla -Wno-deprecated-declarations -Wno-maybe-uninitialized -Wno-unused-parameter -O3 -fdata-sections -ffunction-sections -g -std=c++11 -fno-exceptions -fno-rtti -Wnon-virtual-dtor -Wno-error -c ../../tools/fiddle/draw.cpp -o obj/tools/fiddle/fiddle.draw.o",
|
/external/skia/ |
public.bzl | 400 "include/effects", 521 "src/effects",
|
/external/skia/src/core/ |
SkGpuBlurUtils.cpp | 18 #include "effects/GrGaussianConvolutionFragmentProcessor.h" 19 #include "effects/GrMatrixConvolutionEffect.h"
|
/external/skia/src/gpu/ |
GrResourceProvider.cpp | 365 const SkScalerContextEffects& effects, 370 return this->gpu()->pathRendering()->createGlyphs(tf, effects, desc, style);
|
/external/skia/src/gpu/ops/ |
GrAtlasTextOp.cpp | 17 #include "effects/GrBitmapTextGeoProc.h" 18 #include "effects/GrDistanceFieldGeoProc.h"
|
/external/skia/src/ports/ |
SkTypeface_win_dw.cpp | 249 SkScalerContext* DWriteFontTypeface::onCreateScalerContext(const SkScalerContextEffects& effects, 251 return new SkScalerContext_DW(sk_ref_sp(const_cast<DWriteFontTypeface*>(this)), effects, desc);
|
/external/skia/src/shaders/ |
SkImageShader.cpp | 209 #include "effects/GrBicubicEffect.h" 210 #include "effects/GrSimpleTextureEffect.h"
|
/external/skqp/include/core/ |
SkPaint.h | 51 SkPaint collects effects and filters that describe single-pass and multiple-pass 1595 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); local [all...] |
/external/skqp/ |
public.bzl | 393 "include/effects", 514 "src/effects",
|
/external/skqp/src/core/ |
SkGpuBlurUtils.cpp | 18 #include "effects/GrGaussianConvolutionFragmentProcessor.h" 19 #include "effects/GrMatrixConvolutionEffect.h"
|
/external/skqp/src/gpu/ops/ |
GrAtlasTextOp.cpp | 16 #include "effects/GrBitmapTextGeoProc.h" 17 #include "effects/GrDistanceFieldGeoProc.h"
|
/external/skqp/src/ports/ |
SkTypeface_win_dw.cpp | 249 SkScalerContext* DWriteFontTypeface::onCreateScalerContext(const SkScalerContextEffects& effects, 251 return new SkScalerContext_DW(sk_ref_sp(const_cast<DWriteFontTypeface*>(this)), effects, desc);
|
/external/skqp/src/shaders/ |
SkImageShader.cpp | 171 #include "effects/GrBicubicEffect.h" 172 #include "effects/GrSimpleTextureEffect.h"
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
README.txt | 64 effects: 160 effects). Once this is in place, it would be even better to have tblgen
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeInstrInfo.cpp | 42 /// any side effects other than loading from the stack slot. 61 /// any side effects other than storing to the stack slot.
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 39 /// any side effects other than loading from the stack slot. 58 /// any side effects other than storing to the stack slot.
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 55 /// any side effects other than loading from the stack slot. 76 /// any side effects other than storing to the stack slot.
|
/external/swiftshader/third_party/subzero/docs/ |
LOWERING.rst | 153 instruction could be to a target known to be free of side effects, and therefore 187 preserve side effects. This applies to most function calls, volatile loads, and
|
/external/tensorflow/tensorflow/ |
SECURITY.md | 118 network, as well as sandboxing the server to minimize the adverse effects of 157 input can trigger side effects or incorrect behavior, this is a bug, and likely
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
reshape.py | 284 # bloats the graph and could in general trigger side effects. 287 # forward and inverse transforms have no side effects, and we
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
models.py | 71 Side effects: 132 Side effects:
|
/external/v8/src/wasm/ |
function-body-decoder.cc | 1777 TFNode* effects[] = {to->effect, from->effect, merge}; local 1801 TFNode** effects = builder_->Buffer(count); local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaPresetReverbTest.java | 211 // audio after the effects and not before 282 // audio after the effects and not before
|
/hardware/interfaces/audio/effect/2.0/ |
types.hal | 89 * | | | This mode is relevant for global effects 290 * the status message queue used by effects.
|
/hardware/interfaces/audio/effect/4.0/ |
types.hal | 89 * | | | This mode is relevant for global effects 290 * the status message queue used by effects.
|
Completed in 3292 milliseconds
<<51525354555657585960>>