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

  /frameworks/rs/cpp/
Allocation.cpp 177 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Can't use getPointer on older APIs");
184 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation lock failed");
431 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed");
446 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed");
RenderScript.cpp 234 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Error returned from runtime");
rsCppStructs.h 60 RS_ERROR_RUNTIME_ERROR = 2, ///< The RenderScript driver returned an error; this is
    [all...]

Completed in 155 milliseconds