/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptIntrinsicBlend.java | 76 blend(0, ain, aout); 96 blend(1, ain, aout); 136 blend(3, ain, aout); 155 blend(4, ain, aout); 174 blend(5, ain, aout); 193 blend(6, ain, aout); 212 blend(7, ain, aout); 231 blend(8, ain, aout); 251 blend(9, ain, aout); 273 blend(10, ain, aout); [all …]
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBlend.java | 76 blend(0, ain, aout, opt); in forEachClear() 107 blend(1, ain, aout, null); in forEachSrc() 171 blend(3, ain, aout, opt); in forEachSrcOver() 201 blend(4, ain, aout, opt); in forEachDstOver() 231 blend(5, ain, aout, opt); in forEachSrcIn() 261 blend(6, ain, aout, opt); in forEachDstIn() 291 blend(7, ain, aout, opt); in forEachSrcOut() 321 blend(8, ain, aout, opt); in forEachDstOut() 353 blend(9, ain, aout, opt); in forEachSrcAtop() 389 blend(10, ain, aout, opt); in forEachDstAtop() [all …]
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | Convolve5x5.java | 36 private float blend(float v1, float v2, float p) { in blend() method in Convolve5x5 43 float cf1 = blend(f125, -1.f, str); in updateMatrix() 44 float cf2 = blend(f125, -3.f, str); in updateMatrix() 45 float cf3 = blend(f125, -4.f, str); in updateMatrix() 46 float cf4 = blend(f125, 6.f, str); in updateMatrix() 47 float cf5 = blend(f125, 20.f, str); in updateMatrix() 48 float cf6 = blend(f125, 0.f, str); in updateMatrix()
|
H A D | Convolve3x3.java | 36 private float blend(float v1, float v2, float p) { in blend() method in Convolve3x3 42 float cf1 = blend(1.f / 9.f, 0.f, str); in updateMatrix() 43 float cf2 = blend(1.f / 9.f, -1.f, str); in updateMatrix() 44 float cf3 = blend(1.f / 9.f, 5.f, str); in updateMatrix()
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | Convolve5x5.java | 43 private float blend(float v1, float v2, float p) { in blend() method in Convolve5x5 50 float cf1 = blend(f125, -1.f, str); in updateMatrix() 51 float cf2 = blend(f125, -3.f, str); in updateMatrix() 52 float cf3 = blend(f125, -4.f, str); in updateMatrix() 53 float cf4 = blend(f125, 6.f, str); in updateMatrix() 54 float cf5 = blend(f125, 20.f, str); in updateMatrix() 55 float cf6 = blend(f125, 0.f, str); in updateMatrix()
|
H A D | Convolve3x3.java | 43 private float blend(float v1, float v2, float p) { in blend() method in Convolve3x3 49 float cf1 = blend(1.f / 9.f, 0.f, str); in updateMatrix() 50 float cf2 = blend(1.f / 9.f, -1.f, str); in updateMatrix() 51 float cf3 = blend(1.f / 9.f, 5.f, str); in updateMatrix()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | SkiaInterpolator.cpp | 139 const float blend[4]) { in ComputeRelativeT() 143 return blend ? SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t; in ComputeRelativeT() 233 const float blend[4]) { in setKeyFrame() 236 if (blend == nullptr) { in setKeyFrame() 237 blend = gIdentityBlend; in setKeyFrame() 245 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend)); in setKeyFrame()
|
H A D | DeferredLayerUpdater.h | 66 bool setBlend(bool blend) { in setBlend() argument 67 if (blend != mBlend) { in setBlend() 68 mBlend = blend; in setBlend()
|
H A D | SkiaInterpolator.h | 67 const float blend[4] = nullptr); 102 const float blend[4] = nullptr);
|
H A D | Layer.h | 54 void setBlend(bool blend) { mBlend = blend; } in setBlend() argument
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | BlendComposite.java | 176 result = blender.blend(srcPixel, dstPixel, result); in compose() 200 public abstract int[] blend(int[] src, int[] dst, int[] result); in blend() method in BlendComposite.Blender 207 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor() 217 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor() 228 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor() 239 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor() 250 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor() 262 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor() 276 public int[] blend(int[] src, int[] dst, int[] result) { in getBlenderFor()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Interpolator.java | 87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame() argument 94 if (blend != null && blend.length < 4) { in setKeyFrame() 97 nativeSetKeyFrame(native_instance, index, msec, values, blend); in setKeyFrame() 160 …e void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend); in nativeSetKeyFrame() argument
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcRects.cpp | 146 blend(defaultBlend), color(defaultColor), in Rectangle() 153 int32_t blend; member in Rectangle 319 layer->blending = it->blend; in main() 442 rect.blend = HWC_BLENDING_NONE; in parseRect() 444 rect.blend = HWC_BLENDING_PREMULT; in parseRect() 446 rect.blend = HWC_BLENDING_COVERAGE; in parseRect()
|
H A D | hwcCommit.cpp | 171 int32_t blend; member in Rectangle 708 rect.blend = id; in supportedBlends() 1287 background.blend = backgroundBlend; in numOverlapping() 1300 background.blend = foregroundBlend; in numOverlapping() 1311 blend(defaultBlend), color(defaultColor), alpha(defaultAlpha), in Rectangle() 1421 layer->blending = it->blend; in numOverlays()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.cpp | 241 VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT* blend; in setupDevice() local 242 blend = (VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT*)malloc( in setupDevice() 244 LOG_ALWAYS_FATAL_IF(!blend); in setupDevice() 245 blend->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT; in setupDevice() 246 blend->pNext = nullptr; in setupDevice() 247 *tailPNext = blend; in setupDevice() 248 tailPNext = &blend->pNext; in setupDevice()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Interpolator.cpp | 29 SkScalar* blend = autoBlend.ptr(); in Interpolator_setKeyFrame() local 34 interp->setKeyFrame(index, msec, scalars, blend); in Interpolator_setKeyFrame()
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | Main.cpp | 101 0, staticGradient, blend, 127 0, staticGradient, blend, 153 0, staticGradient, blend, 183 0, staticGradient, blend,
|
H A D | Flatland.h | 58 Composer* blend();
|
H A D | Composers.cpp | 199 Composer* blend() { in blend() function
|
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A D | VtsScriptTests.cpp | 376 Script blend = in TEST_P() local 378 ASSERT_NE(Script(0), blend); in TEST_P() 380 ScriptKernelID blendKID = context->scriptKernelIDCreate(blend, 1, 3); in TEST_P()
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_graphics.spec | 880 summary: Get program store blend destination function 882 Get program store blend destination function 892 summary: Get program store blend source function 894 Get program store blend source function
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_graphics.rsh | 1334 * rsgProgramStoreGetBlendDstFunc: Get program store blend destination function 1338 * Get program store blend destination function 1355 * rsgProgramStoreGetBlendSrcFunc: Get program store blend source function 1359 * Get program store blend source function
|
/aosp12/hardware/qcom/msm8996/kernel-headers/media/ |
H A D | radio-iris.h | 589 __u8 blend; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/media/ |
H A D | radio-iris.h | 562 __u8 blend; member
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | layered_filter_fast_d1new.rscript | 256 // to blend them now. 275 // to blend them now.
|