Home | History | Annotate | Download | only in renderscript

Lines Matching full:subid

99     native int  nContextPeekMessage(int con, int[] subID);
1065 int subID = mAuxData[0];
1078 mRS.mMessageCallback.mID = subID;
1097 if (subID >= RS_ERROR_FATAL_UNKNOWN ||
1098 (subID >= RS_ERROR_FATAL_DEBUG &&
1101 throw new RSRuntimeException("Fatal error " + subID + ", details: " + e);
1106 mRS.mErrorCallback.mErrorNum = subID;
1117 Allocation.sendBufferNotification(subID);