Searched refs:mCache (Results 1 – 5 of 5) sorted by relevance
181 protected final AllocationCache mCache = RenderScriptSingleton.getCache(); field in Script233 mCache.returnToCacheIfNotNull(mInputAllocation); in setInput()349 mCache.returnToCacheIfNotNull(mInputAllocation); in close()
67 private final AllocationCache mCache = RenderScriptSingleton.getCache(); field in ScriptGraph674 mCache.returnToCache(mOutputAllocation); in close()
699 &mCache)); in init()790 if (mCache != VK_NULL_HANDLE) { in ~VkImageRenderer()791 vkDestroyPipelineCache(mInit->device(), mCache, nullptr); in ~VkImageRenderer()792 mCache = VK_NULL_HANDLE; in ~VkImageRenderer()1000 mInit->device(), mCache, 1, &pipelineCreateInfo, nullptr, &mPipeline)); in renderImageAndReadback()
126 VkPipelineCache mCache = VK_NULL_HANDLE; variable
2041 private byte[] mCache = null; field in MediaCodecTest.MediaCodecStream