OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fbconfigID
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pixmap.c
178
p->
fbconfigID
= cmodes->
fbconfigID
;
212
*value = p->
fbconfigID
;
apple_glx_drawable.h
73
GLint
fbconfigID
;
88
GLint
fbconfigID
;
apple_glx_pbuffer.c
171
pbuf->
fbconfigID
= modes->
fbconfigID
;
303
*value = pbuf->
fbconfigID
;
/external/mesa3d/src/glx/apple/
apple_glx_pixmap.c
178
p->
fbconfigID
= cmodes->
fbconfigID
;
212
*value = p->
fbconfigID
;
apple_glx_drawable.h
73
GLint
fbconfigID
;
88
GLint
fbconfigID
;
apple_glx_pbuffer.c
171
pbuf->
fbconfigID
= modes->
fbconfigID
;
303
*value = pbuf->
fbconfigID
;
/external/chromium_org/third_party/mesa/src/src/glx/
create_context.c
105
cfg->
fbconfigID
,
glxconfig.h
80
GLint
fbconfigID
;
glxconfig.c
146
*value_return = mode->
fbconfigID
;
251
(*next)->
fbconfigID
= GLX_DONT_CARE;
305
if (c->
fbconfigID
== fbid)
glxcmds.c
923
config->
fbconfigID
= (GLXFBConfigID) (GLX_DONT_CARE);
972
MATCH_DONT_CARE(
fbconfigID
);
[
all
...]
glx_pbuffer.c
426
req->fbconfig = config->
fbconfigID
;
522
req->fbconfig = config->
fbconfigID
;
545
data[1] = config->
fbconfigID
;
glxext.c
512
config->
fbconfigID
= *bp++;
/external/mesa3d/src/glx/
create_context.c
105
cfg->
fbconfigID
,
glxconfig.h
80
GLint
fbconfigID
;
glxconfig.c
146
*value_return = mode->
fbconfigID
;
251
(*next)->
fbconfigID
= GLX_DONT_CARE;
305
if (c->
fbconfigID
== fbid)
glxcmds.c
923
config->
fbconfigID
= (GLXFBConfigID) (GLX_DONT_CARE);
972
MATCH_DONT_CARE(
fbconfigID
);
[
all
...]
glx_pbuffer.c
426
req->fbconfig = config->
fbconfigID
;
522
req->fbconfig = config->
fbconfigID
;
545
data[1] = config->
fbconfigID
;
glxext.c
512
config->
fbconfigID
= *bp++;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glcore.h
119
GLint
fbconfigID
;
glxinit.c
122
(*next)->
fbconfigID
= GLX_DONT_CARE;
404
config->
fbconfigID
= *bp++;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h
119
GLint
fbconfigID
;
glxinit.c
122
(*next)->
fbconfigID
= GLX_DONT_CARE;
404
config->
fbconfigID
= *bp++;
/external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp
144
this->fbc.
fbconfigID
= 0xbeefcafe;
/external/mesa3d/src/glx/tests/
create_context_unittest.cpp
144
this->fbc.
fbconfigID
= 0xbeefcafe;
Completed in 514 milliseconds