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.h126 VkPipelineCache mCache = VK_NULL_HANDLE; variable
DVulkanTestHelpers.cpp746 &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()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java2228 private byte[] mCache = null; field in MediaCodecTest.MediaCodecStream