Home
last modified time | relevance | path

Searched refs:mCache (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScript.java181 protected final AllocationCache mCache = RenderScriptSingleton.getCache(); field in Script
233 mCache.returnToCacheIfNotNull(mInputAllocation); in setInput()
349 mCache.returnToCacheIfNotNull(mInputAllocation); in close()
DScriptGraph.java67 private final AllocationCache mCache = RenderScriptSingleton.getCache(); field in ScriptGraph
674 mCache.returnToCache(mOutputAllocation); in close()
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp699 &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()
DVulkanTestHelpers.h126 VkPipelineCache mCache = VK_NULL_HANDLE; variable
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java2041 private byte[] mCache = null; field in MediaCodecTest.MediaCodecStream