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

  /frameworks/rs/cpp/
Element.cpp 28 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
40 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
44 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
52 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
56 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
64 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
68 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
321 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Vector size out of range 2-4.");
336 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupported DataKind")
    [all...]
Script.cpp 32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "At least one of ain or aout is required to be non-null.");
Allocation.cpp 163 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Source must be exactly one usage type.");
172 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Allocation does not support USAGE_SHARED.");
221 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1.");
226 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified");
244 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1.");
249 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified");
288 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation.");
372 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation.");
480 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Can only send buffer if IO_OUTPUT usage specified.");
490 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Can only get buffer if IO_INPUT usage specified.")
    [all...]
ScriptIntrinsics.cpp 63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D");
241 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Blur radius out of 0-25 pixel bound");
448 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid Allocation type for Histogram output");
475 mRS->throwError(RS_ERROR_INVALID_PARAMETER,
493 mRS->throwError(RS_ERROR_INVALID_PARAMETER,
544 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range");
583 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Resize Input and Ouput cannot be the same");
rsCppStructs.h 59 RS_ERROR_INVALID_PARAMETER = 1, ///< An invalid parameter was passed to a function
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 55 RS_ERROR_INVALID_PARAMETER = 1, ///< An invalid parameter was passed to a function
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 55 RS_ERROR_INVALID_PARAMETER = 1, ///< An invalid parameter was passed to a function
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 55 RS_ERROR_INVALID_PARAMETER = 1, ///< An invalid parameter was passed to a function
    [all...]

Completed in 133 milliseconds