HomeSort by relevance Sort by last modified time
    Searched defs:mBlend (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 101 ScriptIntrinsicBlend mBlend;
102 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
115 mBlend.forEachSrc(a1_copy, a2_copy);
118 mBlend.forEachDst(a1_copy, a2_copy);
121 mBlend.forEachSrcOver(a1_copy, a2_copy);
124 mBlend.forEachDstOver(a1_copy, a2_copy);
127 mBlend.forEachSrcIn(a1_copy, a2_copy);
130 mBlend.forEachDstIn(a1_copy, a2_copy);
133 mBlend.forEachSrcOut(a1_copy, a2_copy);
136 mBlend.forEachDstOut(a1_copy, a2_copy)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
State.h 260 BlendState mBlend;

Completed in 285 milliseconds