Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h214 bool samplerExists(GLuint id) const { in samplerExists() function
232 if (!samplerExists(id)) return 0; in bind()
DGLClientState.cpp531 return samplerExists(id); in queryExistence()
540 bool GLClientState::samplerExists(GLuint id) const { in samplerExists() function in gfxstream::guest::GLClientState
543 return view.samplerExists(id); in samplerExists()
2959 if (!samplerExists(0)) { in fromMakeCurrent()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h297 bool samplerExists(GLuint id) const;
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5324 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()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp288 bool samplerExists = it != info_VkSampler.end(); in filterNonexistentSampler() local
289 if (!samplerExists) res.sampler = 0; in filterNonexistentSampler()