Home
last modified time | relevance | path

Searched refs:mFunctionType (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTarget.java50 private FunctionType mFunctionType; field in Target
77 mFunctionType = functionType; in Target()
89 mHandleSubnormal = (mFunctionType == FunctionType.NORMAL) && !relaxed; in Target()
94 assert(mFunctionType == FunctionType.NORMAL); in Target()
590 if (mFunctionType == FunctionType.NATIVE) { in couldBe()