Searched refs:blend (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSBlendTest.java | 59 ScriptIntrinsicBlend blend = ScriptIntrinsicBlend.create(mRS, Element.RGBA_8888(mRS)); in testRSBlend() local 63 blend.forEachAdd(rsInput, rsOutput); in testRSBlend() 66 blend.forEachClear(rsInput, rsOutput); in testRSBlend() 69 blend.forEachDst(rsInput, rsOutput); in testRSBlend() 72 blend.forEachDstAtop(rsInput, rsOutput); in testRSBlend() 75 blend.forEachDstIn(rsInput, rsOutput); in testRSBlend() 78 blend.forEachDstOut(rsInput, rsOutput); in testRSBlend() 81 blend.forEachDstOver(rsInput, rsOutput); in testRSBlend() 84 blend.forEachMultiply(rsInput, rsOutput); in testRSBlend() 87 blend.forEachSrc(rsInput, rsOutput); in testRSBlend() [all …]
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 325 sp<ScriptIntrinsicBlend> blend = ScriptIntrinsicBlend::create(rs, e); in Java_android_cts_rscpp_RSBlendTest_blendTest() local 328 blend->forEachAdd(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 331 blend->forEachClear(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 334 blend->forEachDst(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 337 blend->forEachDstAtop(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 340 blend->forEachDstIn(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 343 blend->forEachDstOut(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 346 blend->forEachDstOver(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 349 blend->forEachMultiply(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() 352 blend->forEachSrc(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSBlendTest_blendTest() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 362 return blend(); in filter() 387 blend(); in filter() 391 abstract int blend(); in blend() method in ImageProcessingTest.BlendFunc 402 int blend() { 418 int blend() { 434 int blend() { 452 int blend() { 464 int blend() { 476 int blend() { 491 int blend() { [all …]
|
/cts/apps/CtsVerifier/res/raw/ |
D | cone_obj | 1 # Blender v2.76 (sub 0) OBJ File: 'cone.blend'
|
D | ring_obj | 1 # Blender v2.76 (sub 0) OBJ File: 'ring3.blend'
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_fast_d1new.rscript | 260 // to blend them now. 279 // to blend them now.
|
D | layered_filter_fast_f32.rscript | 219 // to blend them now.
|