Searched refs:mBlend (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 32 private ScriptIntrinsicBlend mBlend; field in Blend 59 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest() 124 mBlend.forEachSrc(image1, image2); in runTest() 127 mBlend.forEachDst(image1, image2); in runTest() 130 mBlend.forEachSrcOver(image1, image2); in runTest() 133 mBlend.forEachDstOver(image1, image2); in runTest() 136 mBlend.forEachSrcIn(image1, image2); in runTest() 139 mBlend.forEachDstIn(image1, image2); in runTest() 142 mBlend.forEachSrcOut(image1, image2); in runTest() 145 mBlend.forEachDstOut(image1, image2); in runTest() [all …]
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 39 private ScriptIntrinsicBlend mBlend; field in Blend 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest() 131 mBlend.forEachSrc(image1, image2); in runTest() 134 mBlend.forEachDst(image1, image2); in runTest() 137 mBlend.forEachSrcOver(image1, image2); in runTest() 140 mBlend.forEachDstOver(image1, image2); in runTest() 143 mBlend.forEachSrcIn(image1, image2); in runTest() 146 mBlend.forEachDstIn(image1, image2); in runTest() 149 mBlend.forEachSrcOut(image1, image2); in runTest() 152 mBlend.forEachDstOut(image1, image2); in runTest() [all …]
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 39 private ScriptIntrinsicBlend mBlend; field in Blend 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest() 132 mBlend.forEachSrc(image1, image2); in runTest() 135 mBlend.forEachDst(image1, image2); in runTest() 138 mBlend.forEachSrcOver(image1, image2); in runTest() 141 mBlend.forEachDstOver(image1, image2); in runTest() 144 mBlend.forEachSrcIn(image1, image2); in runTest() 147 mBlend.forEachDstIn(image1, image2); in runTest() 150 mBlend.forEachSrcOut(image1, image2); in runTest() 153 mBlend.forEachDstOut(image1, image2); in runTest() [all …]
|
/frameworks/base/libs/hwui/ |
D | DeferredLayerUpdater.h | 54 if (blend != mBlend) { in setBlend() 55 mBlend = blend; in setBlend() 99 bool mBlend; variable
|
D | DeferredLayerUpdater.cpp | 36 mBlend = mLayer->isBlend(); in DeferredLayerUpdater() 114 !mBlend, forceFilter, renderTarget, transform); in doUpdateTexImage()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 36 LOG_ALWAYS_FATAL_IF(mBlend || mMeshState || mScissor || mStencil, in ~RenderState() 41 LOG_ALWAYS_FATAL_IF(mBlend || mMeshState || mScissor || mStencil, in onGLContextCreated() 45 mBlend = new Blend(); in onGLContextCreated() 103 delete mBlend; in onGLContextDestroyed() 104 mBlend = nullptr; in onGLContextDestroyed()
|
D | RenderState.h | 96 Blend& blend() { return *mBlend; } in blend() 116 Blend* mBlend = nullptr; variable
|