Searched refs:_mesa_function_pool (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dremap.c68 if (func_index < Elements(_mesa_function_pool))
69 return _mesa_function_pool + func_index;
206 spec = _mesa_function_pool + remap[i].pool_index;
220 _mesa_do_init_remap_table(_mesa_function_pool,
/external/mesa3d/src/mesa/main/
H A Dremap.c68 if (func_index < Elements(_mesa_function_pool))
69 return _mesa_function_pool + func_index;
206 spec = _mesa_function_pool + remap[i].pool_index;
220 _mesa_do_init_remap_table(_mesa_function_pool,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
H A Dremap_helper.h37 static const char _mesa_function_pool[] = variable
38 /* _mesa_function_pool[0]: MapGrid1d (offset 224) */
42 /* _mesa_function_pool[17]: UniformMatrix3fvARB (will be remapped) */
47 /* _mesa_function_pool[64]: MapGrid1f (offset 225) */
51 /* _mesa_function_pool[81]: VertexAttribI2iEXT (will be remapped) */
56 /* _mesa_function_pool[125]: RasterPos4i (offset 82) */
60 /* _mesa_function_pool[145]: VertexAttribI4uiEXT (will be remapped) */
65 /* _mesa_function_pool[193]: RasterPos4d (offset 78) */
69 /* _mesa_function_pool[213]: NewList (dynamic) */
73 /* _mesa_function_pool[22
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dapi_exec_es1.c490 spec = _mesa_function_pool + remap[i].pool_index;

Completed in 555 milliseconds