Searched refs:IMB_SUCCESS (Results 1 – 4 of 4) sorted by relevance
426 return IMB_SUCCESS; in GetType()436 return IMB_SUCCESS; in SetType()444 return IMB_SUCCESS; in GetValue()447 return IMB_SUCCESS; in GetValue()454 return IMB_SUCCESS; in GetValue()483 return IMB_SUCCESS; in GetValue()491 return IMB_SUCCESS; in SetValue()498 return IMB_SUCCESS; in GetValueInfo()513 return IMB_SUCCESS; in SetValueInfo()521 return IMB_SUCCESS; in GetExtraValues()[all …]
33 IMB_SUCCESS = 0, enumerator
414 CHECK(IMB_SUCCESS == imb.UnSerialize(inBuffer->data, inBuffer->size)); in encode()
1656 if (imb.UnSerialize(inBuffer->data, inBuffer->size) != IMB_SUCCESS) { in manageSrcSurface()