OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fbconfig
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/glx/tests/
create_context_unittest.cpp
76
uint32_t
fbconfig
,
87
req.
fbconfig
=
fbconfig
;
221
EXPECT_EQ(0xbeefcafe, req.
fbconfig
);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c
656
* The
fbConfig
parameter must be GL_FALSE for the former and GL_TRUE for
661
choose_visual( Display *dpy, int screen, const int *list, GLboolean
fbConfig
)
663
const GLboolean rgbModeDefault =
fbConfig
;
690
if (
fbConfig
&&
706
if (
fbConfig
) {
724
if (
fbConfig
) {
735
if (
fbConfig
) {
744
if (
fbConfig
) {
858
*
FBConfig
attribs.
861
if (!
fbConfig
)
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
fakeglx.c
885
* The
fbConfig
parameter must be GL_FALSE for the former and GL_TRUE for
890
choose_visual( Display *dpy, int screen, const int *list, GLboolean
fbConfig
)
892
const GLboolean rgbModeDefault =
fbConfig
;
920
if (
fbConfig
&&
936
if (
fbConfig
) {
954
if (
fbConfig
) {
965
if (
fbConfig
) {
974
if (
fbConfig
) {
1087
*
FBConfig
attribs.
1090
if (!
fbConfig
)
[
all
...]
/external/mesa3d/src/egl/drivers/glx/
egl_glx.c
225
struct GLX_egl_display *GLX_dpy, GLXFBConfig
fbconfig
,
233
err = GLX_drv->glXGetFBConfigAttrib(dpy,
fbconfig
, GLX_RENDER_TYPE, &val);
238
err = GLX_drv->glXGetFBConfigAttrib(dpy,
fbconfig
, GLX_DOUBLEBUFFER, &val);
254
err = GLX_drv->glXGetFBConfigAttrib(dpy,
fbconfig
, attr, &val);
905
GLXFBConfig
fbconfig
= GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
local
908
vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy,
fbconfig
);
[
all
...]
/external/mesa3d/src/glx/
glxcmds.c
208
ValidateGLXFBConfig(Display * dpy, GLXFBConfig
fbconfig
)
219
if (config == (struct glx_config *)
fbconfig
) {
308
req->
fbconfig
= generic_id;
329
req->
fbconfig
= generic_id;
1136
/* None of the pbuffer or
fbconfig
specs say that this comparison needs
1155
* the various visual /
FBConfig
selection rules.
[
all
...]
glx_pbuffer.c
240
CreateDRIDrawable(Display *dpy, const struct glx_config *
fbconfig
,
426
req->
fbconfig
= config->fbconfigID;
522
req->
fbconfig
= config->fbconfigID;
glxclient.h
424
struct glx_screen *psc, struct glx_config *
fbconfig
);
/hardware/intel/common/libva/va/glx/
va_glx_impl.c
466
GLXFBConfig *
fbconfig
= NULL;
local
511
fbconfig
= glXChooseFBConfig(
517
if (!
fbconfig
)
537
fbconfig
[0],
541
free(
fbconfig
);
Completed in 85 milliseconds