Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h214 bool samplerExists(GLuint id) const { in samplerExists() function
DGLClientState.cpp540 bool GLClientState::samplerExists(GLuint id) const { in samplerExists() function in gfxstream::guest::GLClientState
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp288 bool samplerExists = it != info_VkSampler.end(); in filterNonexistentSampler() local