Searched refs:allowedQueryTarget (Results 1 – 3 of 3) sorted by relevance
113 bool allowedQueryTarget(GLenum target);
1598 bool allowedQueryTarget(GLenum target) { in allowedQueryTarget() function
6222 SET_ERROR_IF(!GLESv2Validation::allowedQueryTarget(target), GL_INVALID_ENUM); in s_glBeginQuery()6246 SET_ERROR_IF(!GLESv2Validation::allowedQueryTarget(target), GL_INVALID_ENUM); in s_glEndQuery()6750 SET_ERROR_IF(!GLESv2Validation::allowedQueryTarget(target), GL_INVALID_ENUM); in s_glGetQueryiv()