Home
last modified time | relevance | path

Searched refs:radeonInitQueryObjFunctions (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_queryobj.h34 extern void radeonInitQueryObjFunctions(struct dd_function_table *functions);
Dradeon_screen.h239 #define radeonInitQueryObjFunctions r200_radeonInitQueryObjFunctions macro
Dradeon_queryobj.c184 void radeonInitQueryObjFunctions(struct dd_function_table *functions) in radeonInitQueryObjFunctions() function
Dr200_context.c236 radeonInitQueryObjFunctions(&functions); in r200CreateContext()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_queryobj.h34 extern void radeonInitQueryObjFunctions(struct dd_function_table *functions);
Dradeon_screen.h239 #define radeonInitQueryObjFunctions r200_radeonInitQueryObjFunctions macro
Dradeon_queryobj.c184 void radeonInitQueryObjFunctions(struct dd_function_table *functions) in radeonInitQueryObjFunctions() function
Dradeon_context.c198 radeonInitQueryObjFunctions(&functions); in r100CreateContext()