HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 1 - 25 of 2176) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mapi/glapi/gen/
static_data.py 24 """Table of functions that have ABI-mandated offsets in the dispatch table.
438 functions = [ variable
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_buffers.h 33 extern void intelInitBufferFuncs(struct dd_function_table *functions);
  /hardware/interfaces/tests/hash/1.0/
IHash.hal 31 functions();
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.h 35 intelInitClearFuncs(struct dd_function_table *functions);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.h 38 st_init_blit_functions(struct dd_function_table *functions);
st_cb_compute.h 36 st_init_compute_functions(struct dd_function_table *functions);
st_cb_condrender.h 34 extern void st_init_cond_render_functions(struct dd_function_table *functions);
st_cb_copyimage.h 31 st_init_copy_image_functions(struct dd_function_table *functions);
st_cb_eglimage.h 36 st_init_eglimage_functions(struct dd_function_table *functions);
st_cb_feedback.h 38 st_init_feedback_functions(struct dd_function_table *functions);
st_cb_msaa.h 37 st_init_msaa_functions(struct dd_function_table *functions);
st_cb_program.h 35 st_init_program_functions(struct dd_function_table *functions);
st_cb_rasterpos.h 36 extern void st_init_rasterpos_functions(struct dd_function_table *functions);
st_cb_readpixels.h 37 st_init_readpixels_functions(struct dd_function_table *functions);
st_cb_strings.h 36 st_init_string_functions(struct dd_function_table *functions);
st_cb_syncobj.h 35 st_init_syncobj_functions(struct dd_function_table *functions);
st_cb_texturebarrier.h 34 extern void st_init_texture_barrier_functions(struct dd_function_table *functions);
st_cb_viewport.h 34 st_init_viewport_functions(struct dd_function_table *functions);
st_vdpau.h 40 st_init_vdpau_functions(struct dd_function_table *functions);
st_cb_drawtex.h 19 st_init_drawtex_functions(struct dd_function_table *functions);
  /external/python/cpython2/Mac/Modules/evt/
evtedit.py 5 functions.append(f)
9 functions.append(f)
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
CoreOperators.java 17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.FunctionRegistry;
20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions.operators.LessFunction
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
EscapingFunction.java 17 package com.google.clearsilver.jsilver.functions;
NonEscapingFunction.java 17 package com.google.clearsilver.jsilver.functions;
  /hardware/interfaces/usb/gadget/1.0/
IUsbGadgetCallback.hal 24 * @param functions list of functions defined by GadgetFunction
26 * @param status SUCCESS when the functions are applied.
31 oneway setCurrentUsbFunctionsCb(bitfield<GadgetFunction> functions,
37 * @param functions list of functions defined by GadgetFunction
39 * @param status FUNCTIONS_APPLIED when list of functions have been
41 * FUNCTIONS_NOT_APPLIED when the functions have not
45 oneway getCurrentUsbFunctionsCb(bitfield<GadgetFunction> functions,

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011>>