OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_G4X
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_chipset.h
144
#define
IS_G4X
(devid) (IS_G45(devid) || IS_GM45(devid))
167
IS_G4X
(devid))
236
IS_G4X
(devid) || \
intel_context.c
633
} else if (
IS_G4X
(devID)) {
634
intel->
is_g4x
= true;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h
144
#define
IS_G4X
(devid) (IS_G45(devid) || IS_GM45(devid))
167
IS_G4X
(devid))
236
IS_G4X
(devid) || \
intel_context.c
633
} else if (
IS_G4X
(devID)) {
634
intel->
is_g4x
= true;
Completed in 2063 milliseconds