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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RefocusFilter.java 163 computeLayerMatteInFrontOfFocalDepth();
224 protected abstract void computeLayerMatteInFrontOfFocalDepth();
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RefocusFilter.java 162 computeLayerMatteInFrontOfFocalDepth();
223 protected abstract void computeLayerMatteInFrontOfFocalDepth();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
RefocusFilterd1new.java 227 protected void computeLayerMatteInFrontOfFocalDepth() {
246 Log.d(myTAG, "ComputeLayerMatteInFrontOfFocalDepth: "+(endnow - startnow)+ " ns" );
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
RefocusFilterF32.java 211 protected void computeLayerMatteInFrontOfFocalDepth() {
224 Log.d(myTAG, "ComputeLayerMatteInFrontOfFocalDepth: "+(endnow - startnow)+ " ns" );
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
RefocusFilterd1new.java 203 protected void computeLayerMatteInFrontOfFocalDepth() {
221 logTiming(myTAG, "ComputeLayerMatteInFrontOfFocalDepth", endnow - startnow);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
RefocusFilterF32.java 190 protected void computeLayerMatteInFrontOfFocalDepth() {
203 logTiming(myTAG, "ComputeLayerMatteInFrontOfFocalDepth", endnow - startnow);

Completed in 274 milliseconds