OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devID
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h
98
unsigned long
devID
; /* device id number */
SDL_xbios_milan.c
67
modeinfo.number = inf->
devID
;
SDL_xbios.c
499
si.
devID
= XBIOS_oldvmode;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c
623
const int
devID
= intelScreen->deviceID;
624
if (IS_SNB_GT1(
devID
) || IS_IVB_GT1(
devID
) || IS_HSW_GT1(
devID
))
626
else if (IS_SNB_GT2(
devID
) || IS_IVB_GT2(
devID
) || IS_HSW_GT2(
devID
))
631
if (IS_HASWELL(
devID
)) {
633
} else if (IS_G4X(
devID
)) {
635
} else if (IS_945(
devID
)) {
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c
623
const int
devID
= intelScreen->deviceID;
624
if (IS_SNB_GT1(
devID
) || IS_IVB_GT1(
devID
) || IS_HSW_GT1(
devID
))
626
else if (IS_SNB_GT2(
devID
) || IS_IVB_GT2(
devID
) || IS_HSW_GT2(
devID
))
631
if (IS_HASWELL(
devID
)) {
633
} else if (IS_G4X(
devID
)) {
635
} else if (IS_945(
devID
)) {
[
all
...]
/frameworks/base/services/common_time/
common_time_server_packets.cpp
65
inline uint64_t packDeviceID(uint64_t
devID
, uint8_t prio) {
66
return (
devID
& kDeviceIDMask) |
Completed in 103 milliseconds