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()
126 VkPipelineCache mCache = VK_NULL_HANDLE; variable
746 &mCache)); in init()837 if (mCache != VK_NULL_HANDLE) { in ~VkImageRenderer()838 vkDestroyPipelineCache(mInit->device(), mCache, nullptr); in ~VkImageRenderer()839 mCache = VK_NULL_HANDLE; in ~VkImageRenderer()1047 mInit->device(), mCache, 1, &pipelineCreateInfo, nullptr, &mPipeline)); in renderImageAndReadback()
2228 private byte[] mCache = null; field in MediaCodecTest.MediaCodecStream