Home
last modified time | relevance | path

Searched refs:intelInitBufferObjectFuncs (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.h74 void intelInitBufferObjectFuncs(struct dd_function_table *functions);
Dintel_screen.h71 #define intelInitBufferObjectFuncs old_intelInitBufferObjectFuncs macro
Dintel_context.c396 intelInitBufferObjectFuncs(functions); in intelInitDriverFunctions()
Dintel_buffer_objects.c785 intelInitBufferObjectFuncs(struct dd_function_table *functions) in intelInitBufferObjectFuncs() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.h119 void intelInitBufferObjectFuncs(struct dd_function_table *functions);
Dintel_buffer_objects.c662 intelInitBufferObjectFuncs(struct dd_function_table *functions) in intelInitBufferObjectFuncs() function
Dbrw_context.c291 intelInitBufferObjectFuncs(functions); in brw_init_driver_functions()