OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgb_masks
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_wayland.c
757
static const unsigned int
rgb_masks
[4] = { 0xff0000, 0xff00, 0xff, 0 };
local
823
dri2_add_config(disp, config, i + 1, 0, types, NULL,
rgb_masks
);
/external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c
757
static const unsigned int
rgb_masks
[4] = { 0xff0000, 0xff00, 0xff, 0 };
local
823
dri2_add_config(disp, config, i + 1, 0, types, NULL,
rgb_masks
);
Completed in 599 milliseconds