Searched defs:parameter_signature (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_getproc.c159 const char * parameter_signature; member in struct:_glapi_function
296 entry->parameter_signature = NULL;
318 entry->parameter_signature = sig_dup;
334 * \param parameter_signature String representing the types of the parameters
358 * Determine whether or not \c parameter_signature should be allowed to be
367 * Add code to compare \c parameter_signature with the parameter signature of
374 const char * parameter_signature )
377 const char * const real_sig = (parameter_signature != NULL)
378 ? parameter_signature : "";
435 if (strcmp(real_sig, entry[i]->parameter_signature) !
[all...]
/external/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c159 const char * parameter_signature; member in struct:_glapi_function
296 entry->parameter_signature = NULL;
318 entry->parameter_signature = sig_dup;
334 * \param parameter_signature String representing the types of the parameters
358 * Determine whether or not \c parameter_signature should be allowed to be
367 * Add code to compare \c parameter_signature with the parameter signature of
374 const char * parameter_signature )
377 const char * const real_sig = (parameter_signature != NULL)
378 ? parameter_signature : "";
435 if (strcmp(real_sig, entry[i]->parameter_signature) !
[all...]

Completed in 906 milliseconds