Searched refs:workBuffer (Results 1 – 3 of 3) sorted by relevance
93 effect_buffer_t *workBuffer; member
272 pContext->pBundledContext->workBuffer = NULL; in EffectCreate()438 if (pContext->pBundledContext->workBuffer != NULL) { in EffectRelease()439 free(pContext->pBundledContext->workBuffer); in EffectRelease()736 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()737 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()739 pContext->pBundledContext->workBuffer = in LvmBundle_process()741 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()746 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()
480 pContext->pBundledContext->workBuffer = NULL; in lvmCreate()