Searched refs:isSrc (Results 1 – 4 of 4) sorted by relevance
285 const bool isSrc = (desc.usageFlags & CORE_IMAGE_USAGE_TRANSFER_SRC_BIT); in BindToFbo() local293 PLUGIN_UNUSED(isSrc); in BindToFbo()299 PLUGIN_ASSERT((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)); in BindToFbo()337 const bool isSrc = (desc.usageFlags & CORE_IMAGE_USAGE_TRANSFER_SRC_BIT); in BindToFboMultisampled() local345 PLUGIN_UNUSED(isSrc); in BindToFboMultisampled()352 PLUGIN_ASSERT((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)); in BindToFboMultisampled()
181 const bool isSrc = (desc_.usageFlags & CORE_IMAGE_USAGE_TRANSFER_SRC_BIT); in GpuImageGLES() local189 if ((!isSrc) && (!isDst) && (!isSample) && (!isStorage) && (!isInput)) { in GpuImageGLES()
228 int32_t BitmapManager::InsertIpBitmap(const std::vector<NetFirewallIpParam> &ipInfo, bool isSrc, Bi… in InsertIpBitmap() argument233 if (isSrc) { in InsertIpBitmap()
767 … int32_t InsertIpBitmap(const std::vector<NetFirewallIpParam> &ipInfo, bool isSrc, Bitmap &bitmap);