HomeSort by relevance Sort by last modified time
    Searched refs:renderScript (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
BaseRenderScriptComparer.java 4 import android.renderscript.Allocation;
5 import android.renderscript.Element;
6 import android.renderscript.RenderScript;
9 * Base class for calculators that want to implement renderscript
25 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation);
29 RenderScript renderScript) {
32 mRowInputs = createInputRowIndexAllocation(renderScript);
    [all...]
BitmapComparer.java 19 import android.renderscript.Allocation;
20 import android.renderscript.RenderScript;
38 * Compare the two bitmaps using RenderScript, if the comparer
44 RenderScript renderScript) {
45 throw new UnsupportedOperationException("Renderscript not supported for this calculator");
56 * Returns whether the verifySameRS() is implemented, and may be used on a RenderScript enabled
ExactComparer.java 22 import android.renderscript.Allocation;
23 import android.renderscript.RenderScript;
61 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) {
63 mScript = new ScriptC_ExactComparer(renderScript);
72 //Call the renderscript function on each row
MeanSquaredComparer.java 23 import android.renderscript.Allocation;
24 import android.renderscript.RenderScript;
54 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) {
56 mScript = new ScriptC_MeanSquaredComparer(renderScript);
64 //Call the renderscript function on each row
ThresholdDifferenceComparer.java 23 import android.renderscript.Allocation;
24 import android.renderscript.RenderScript;
70 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) {
72 mScript = new ScriptC_ThresholdDifferenceComparer(renderScript);
82 //Call the renderscript function on each row
MSSIMComparer.java 23 import android.renderscript.Allocation;
24 import android.renderscript.RenderScript;
89 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) {
91 mScript = new ScriptC_MSSIMComparer(renderScript);
100 //Call the renderscript function on each row
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 145 renderScript(run.start, run.limit, run.font, flag, advances, advancesIndex, draw);
156 private void renderScript(int start, int limit, Font preferredFont, int flag,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 20 import android.renderscript.Allocation;
21 import android.renderscript.Element;
22 import android.renderscript.RenderScript;
23 import android.renderscript.Type;
45 /** Access mode Allocation: Frame data will be accessed as a RenderScript Allocation. */
250 "not support RenderScript!");
798 private final RenderScript mRenderScript;
801 public AllocationBacking(RenderScript renderScript) {
    [all...]

Completed in 3847 milliseconds