Searched refs:get_values (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPublic.c43 static char *get_values (XLCd lcd, XlcArgList args, int num_args);
68 get_values,
245 if (methods->get_values == NULL)
246 methods->get_values = pub_methods->get_values;
301 get_values( function in typeref:typename:char *
H A DlcPubWrap.c52 ret = (*methods->get_values)(lcd, args, num_args);
H A DlcCharSet.c126 get_values( function in typeref:typename:char *
160 ret = get_values(charset, args, num_args);
H A DXlcint.h395 XGetOMValuesProc get_values; member in struct:_XOMMethodsRec
544 XGetOCValuesProc get_values; member in struct:__anon420bb5f60908
613 char* (*get_values)( member in struct:__anon420bb5f60b08
688 char* (*get_values)( member in struct:__anon420bb5f60d08
H A DXlcPubI.h73 XlcPubGetValuesProc get_values; member in struct:_XLCdPublicMethodsPart
H A DICWrap.c218 ret = (*im->methods->get_values) (im, args);
306 ret = (*ic->methods->get_values) (ic, args);
/xsrc/external/mit/libX11/dist/src/
H A DOMWrap.c112 ret = (*om->methods->get_values)(om, args, num_args);
H A DOCWrap.c135 ret = (*oc->methods->get_values)(oc, args, num_args);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp208 void value_table::get_values(vvec& v) { function in class:r600_sb::value_table
H A Dsb_ir.h659 void get_values(vvec & v);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp208 void value_table::get_values(vvec& v) { function in class:r600_sb::value_table
H A Dsb_ir.h659 void get_values(vvec & v);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c1498 get_values(struct gl_context *ctx, struct gl_renderbuffer *rb, function in typeref:typename:void
1519 _mesa_problem(ctx, "unexpected type in get_values()");
1589 get_values(ctx, rb, span->end, span->array->x, span->array->y,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c1495 get_values(struct gl_context *ctx, struct gl_renderbuffer *rb, function in typeref:typename:void
1516 _mesa_problem(ctx, "unexpected type in get_values()");
1586 get_values(ctx, rb, span->end, span->array->x, span->array->y,

Completed in 15 milliseconds