OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drawabletype
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.h
77
GLint
drawableType
;
glxext.c
400
config->
drawableType
= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT;
499
config->
drawableType
= *bp++;
502
config->
drawableType
|= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT;
628
m->
drawableType
= GLX_WINDOW_BIT;
635
m->
drawableType
= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT;
glxconfig.c
137
*value_return = mode->
drawableType
;
glxcmds.c
919
config->
drawableType
= GLX_WINDOW_BIT;
996
MATCH_MASK(
drawableType
);
[
all
...]
/external/mesa3d/src/glx/
glxconfig.h
77
GLint
drawableType
;
glxext.c
400
config->
drawableType
= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT;
499
config->
drawableType
= *bp++;
502
config->
drawableType
|= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT;
628
m->
drawableType
= GLX_WINDOW_BIT;
635
m->
drawableType
= GLX_WINDOW_BIT | GLX_PIXMAP_BIT | GLX_PBUFFER_BIT;
glxconfig.c
137
*value_return = mode->
drawableType
;
glxcmds.c
919
config->
drawableType
= GLX_WINDOW_BIT;
996
MATCH_MASK(
drawableType
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glcore.h
116
GLint
drawableType
;
glxinit.c
395
config->
drawableType
= *bp++;
501
m->
drawableType
= GLX_WINDOW_BIT;
native_dri2.c
579
if (!mode->xRenderable || !mode->
drawableType
)
606
if ((mode->
drawableType
& GLX_WINDOW_BIT) && mode->visualID)
608
if (mode->
drawableType
& GLX_PIXMAP_BIT)
/external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h
116
GLint
drawableType
;
glxinit.c
395
config->
drawableType
= *bp++;
501
m->
drawableType
= GLX_WINDOW_BIT;
native_dri2.c
579
if (!mode->xRenderable || !mode->
drawableType
)
606
if ((mode->
drawableType
& GLX_WINDOW_BIT) && mode->visualID)
608
if (mode->
drawableType
& GLX_PIXMAP_BIT)
Completed in 615 milliseconds