HomeSort by relevance Sort by last modified time
    Searched refs:parameter_signature (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 158 const char * parameter_signature; member in struct:_glapi_function
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)
    [all...]
glapi.h 147 const char * parameter_signature );
  /external/mesa3d/src/mapi/
mapi_glapi.c 90 * \param parameter_signature String representing the types of the parameters
114 * Check parameter_signature.
118 const char * parameter_signature )

Completed in 50 milliseconds