HomeSort by relevance Sort by last modified time
    Searched refs:fbconfig (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 78 uint32_t fbconfig,
89 req.fbconfig = fbconfig;
223 EXPECT_EQ(0xbeefcafe, req.fbconfig);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 715 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
720 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
722 const GLboolean rgbModeDefault = fbConfig;
749 if (fbConfig &&
765 if (fbConfig) {
783 if (fbConfig) {
794 if (fbConfig) {
803 if (fbConfig) {
917 * FBConfig attribs.
920 if (!fbConfig)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 857 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
862 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
864 const GLboolean rgbModeDefault = fbConfig;
892 if (fbConfig &&
908 if (fbConfig) {
926 if (fbConfig) {
937 if (fbConfig) {
946 if (fbConfig) {
1059 * FBConfig attribs.
1062 if (!fbConfig)
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
216 if (config == (struct glx_config *) fbconfig) {
229 * \param config GLX FBConfig which will support the returned renderType.
332 req->fbconfig = generic_id;
353 req->fbconfig = generic_id;
    [all...]
glx_pbuffer.c 246 CreateDRIDrawable(Display *dpy, const struct glx_config * fbconfig,
476 req->fbconfig = config->fbconfigID;
575 req->fbconfig = config->fbconfigID;
glxclient.h 445 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 369 milliseconds