Searched refs:ValidateWebGLNamePrefix (Results 1 – 1 of 1) sorted by relevance
808 bool ValidateWebGLNamePrefix(const Context *context, const GLchar *name) in ValidateWebGLNamePrefix() function3899 if (!ValidateWebGLNameLength(context, length) || !ValidateWebGLNamePrefix(context, name)) in ValidateBindAttribLocation()