Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp7766 static VkDecoderGlobalState* sGlobalDecoderState = nullptr; variable
7770 if (sGlobalDecoderState) return sGlobalDecoderState; in get()
7771 sGlobalDecoderState = new VkDecoderGlobalState; in get()
7772 return sGlobalDecoderState; in get()
7777 delete sGlobalDecoderState; in reset()
7778 sGlobalDecoderState = nullptr; in reset()