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

  /frameworks/rs/cpp/
RenderScript.cpp 270 void RS::setErrorHandler(ErrorHandlerFunc_t func) {
rsCppStructs.h 40 typedef void (*ErrorHandlerFunc_t)(uint32_t errorNum, const char *errorText);
383 void setErrorHandler(ErrorHandlerFunc_t func);
390 ErrorHandlerFunc_t getErrorHandler() { return mErrorFunc; }
441 ErrorHandlerFunc_t mErrorFunc;
    [all...]

Completed in 494 milliseconds