Home | History | Annotate | Download | only in glapi

Lines Matching refs:parameter_signature

158    const char * parameter_signature;
295 entry->parameter_signature = NULL;
317 entry->parameter_signature = sig_dup;
333 * \param parameter_signature String representing the types of the parameters
357 * Determine whether or not \c parameter_signature should be allowed to be
366 * Add code to compare \c parameter_signature with the parameter signature of
373 const char * parameter_signature )
376 const char * const real_sig = (parameter_signature != NULL)
377 ? parameter_signature : "";
434 if (strcmp(real_sig, entry[i]->parameter_signature) != 0) {