OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:direct_glx_only
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c
258
static unsigned char
direct_glx_only
[8];
variable
388
(void) memset(
direct_glx_only
, 0, sizeof(
direct_glx_only
));
409
SET_BIT(
direct_glx_only
, bit);
615
direct_glx_only
[i]);
/external/mesa3d/src/glx/
glxextensions.c
258
static unsigned char
direct_glx_only
[8];
variable
388
(void) memset(
direct_glx_only
, 0, sizeof(
direct_glx_only
));
409
SET_BIT(
direct_glx_only
, bit);
615
direct_glx_only
[i]);
Completed in 134 milliseconds