HomeSort by relevance Sort by last modified time
    Searched full:fbconfigs (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 127 GLXFBConfig *fbconfigs; member in struct:GLX_egl_display
474 GLX_dpy->fbconfigs =
498 GLX_dpy->fbconfigs[i], &template);
660 if (GLX_dpy->fbconfigs)
661 XFree(GLX_dpy->fbconfigs);
697 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
853 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
901 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs)
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 127 GLXFBConfig *fbconfigs; member in struct:GLX_egl_display
474 GLX_dpy->fbconfigs =
498 GLX_dpy->fbconfigs[i], &template);
660 if (GLX_dpy->fbconfigs)
661 XFree(GLX_dpy->fbconfigs);
697 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
853 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
901 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)],
905 GLXFBConfig fbconfig = GLX_dpy->fbconfigs[GLX_egl_config_index(conf)];
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs)
    [all...]
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 325 GLXFBConfig *fbconfigs = NULL; local
359 fbconfigs = glXGetFBConfigs(
364 if (!fbconfigs)
371 fbconfigs[n],
382 fbconfigs = glXChooseFBConfig(
387 if (!fbconfigs)
396 fbconfigs[n],
408 if (fbconfigs)
409 XFree(fbconfigs);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 212 // From all matchedConfigs we need only config_size FBConfigs, so we intersect both lists compating the CONFIG_ID attribute
222 //This config matches the requested attributes and filtered into fbConfigs, so we're happy with it
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 545 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems);
546 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations");
550 GlxVisual visual(display, fbConfigs[i]);
560 maxConfig = fbConfigs[i];
563 XFree(fbConfigs);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.c 46 * This is used to fetch GLX visuals/fbconfigs. It steals code from GLX.
218 * Return the GLX fbconfigs.
glxinit.c 479 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 46 * This is used to fetch GLX visuals/fbconfigs. It steals code from GLX.
218 * Return the GLX fbconfigs.
glxinit.c 479 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_visual.c 105 * The program chose a config based on the fbconfigs or visuals.
  /external/chromium_org/third_party/mesa/src/src/glx/
clientinfo.c 68 * GLX_ARB_create_context and GLX_ARB_create_context_profile use FBConfigs,
glxclient.h 508 * Linked list of glx visuals and fbconfigs for this screen.
glxext.c 605 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
glxcmds.c 250 * \param renderType For FBConfigs, what is the rendering type?
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 87 // FBConfigs were added in GLX version 1.3.
  /external/mesa3d/src/glx/apple/
apple_visual.c 105 * The program chose a config based on the fbconfigs or visuals.
  /external/mesa3d/src/glx/
clientinfo.c 68 * GLX_ARB_create_context and GLX_ARB_create_context_profile use FBConfigs,
glxclient.h 508 * Linked list of glx visuals and fbconfigs for this screen.
glxext.c 605 /* FIXME: Is the __GLX_MIN_CONFIG_PROPS test correct for FBconfigs? */
glxcmds.c 250 * \param renderType For FBConfigs, what is the rendering type?
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c     [all...]

Completed in 3035 milliseconds