Searched refs:samplerExists (Results 1 – 5 of 5) sorted by relevance
214 bool samplerExists(GLuint id) const { in samplerExists() function232 if (!samplerExists(id)) return 0; in bind()
531 return samplerExists(id); in queryExistence()540 bool GLClientState::samplerExists(GLuint id) const { in samplerExists() function in gfxstream::guest::GLClientState543 return view.samplerExists(id); in samplerExists()2959 if (!samplerExists(0)) { in fromMakeCurrent()
297 bool samplerExists(GLuint id) const;
5324 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glBindSampler()6369 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glGetSamplerParameterfv()6379 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glGetSamplerParameteriv()6389 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glSamplerParameterf()6398 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glSamplerParameteri()6407 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glSamplerParameterfv()6418 SET_ERROR_IF(!ctx->m_state->samplerExists(sampler), GL_INVALID_OPERATION); in s_glSamplerParameteriv()
288 bool samplerExists = it != info_VkSampler.end(); in filterNonexistentSampler() local289 if (!samplerExists) res.sampler = 0; in filterNonexistentSampler()