Home
last modified time | relevance | path

Searched defs:samplerExists (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h214 bool samplerExists(GLuint id) const { in samplerExists() function
DGLClientState.cpp539 bool GLClientState::samplerExists(GLuint id) const { in samplerExists() function in gfxstream::guest::GLClientState
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.cpp268 bool samplerExists = it != info_VkSampler.end(); in filterNonexistentSampler() local