Macros | |
| #define | MACRO_TO_STR_2(x) |
| #define | MACRO_TO_STR(x) |
| #define | FFL_MIDDLEWARE_SYMBOL "FFL_" MACRO_TO_STR(FFL_VERSION_MAJOR) "_" MACRO_TO_STR(FFL_VERSION_MINOR) "_" MACRO_TO_STR(FFL_VERSION_MICRO) |
Functions | |
| static void | SetResultIfError (FFLResult *pDst, FFLResult src) |
| FFLResult | FFLiInitResEx (void *pBuffer, const FFLInitDesc *pInitDesc, const FFLResourceDesc *pResDesc) |
| void | FFLiInitResGPUStep () |
| u32 | FFLiGetWorkSize (const FFLInitDesc *pInitDesc) |
| FFLResult | FFLiFlushQuota (bool force) |
| FFLResult | FFLiExit () |
| bool | FFLiIsAvailable () |
| #define MACRO_TO_STR_2 | ( | x | ) |
| #define MACRO_TO_STR | ( | x | ) |
| #define FFL_MIDDLEWARE_SYMBOL "FFL_" MACRO_TO_STR(FFL_VERSION_MAJOR) "_" MACRO_TO_STR(FFL_VERSION_MINOR) "_" MACRO_TO_STR(FFL_VERSION_MICRO) |
| FFLResult FFLiInitResEx | ( | void * | pBuffer, |
| const FFLInitDesc * | pInitDesc, | ||
| const FFLResourceDesc * | pResDesc ) |
| void FFLiInitResGPUStep | ( | ) |
| u32 FFLiGetWorkSize | ( | const FFLInitDesc * | pInitDesc | ) |
| FFLResult FFLiFlushQuota | ( | bool | force | ) |
| FFLResult FFLiExit | ( | ) |
| bool FFLiIsAvailable | ( | ) |