HomeSort by relevance Sort by last modified time
    Searched refs:configs (Results 76 - 100 of 461) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 79 // Query the set of configs in the EGL backend
83 fprintf(stderr, "Could not get number of available configs\n");
86 EGLConfig *configs = new EGLConfig[nConfigs]; local
87 s_egl.eglGetConfigs(dpy, configs, nConfigs, &nConfigs);
91 // configs we do not want to support.
98 // filter out configs which does not support pbuffers.
99 // we only support pbuffer configs since we use a pbuffer
103 s_egl.eglGetConfigAttrib(dpy, configs[i],
108 // Filter out not RGB configs
111 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_RED_SIZE, &redSize)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 46 struct native_config *configs; member in struct:gdi_display
297 const struct native_config **configs; local
301 if (!gdpy->configs) {
307 gdpy->configs = CALLOC(count, sizeof(*gdpy->configs));
308 if (!gdpy->configs)
312 struct native_config *nconf = &gdpy->configs[i];
325 configs = MALLOC(gdpy->num_configs * sizeof(*configs));
326 if (configs) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 46 struct native_config *configs; member in struct:gdi_display
297 const struct native_config **configs; local
301 if (!gdpy->configs) {
307 gdpy->configs = CALLOC(count, sizeof(*gdpy->configs));
308 if (!gdpy->configs)
312 struct native_config *nconf = &gdpy->configs[i];
325 configs = MALLOC(gdpy->num_configs * sizeof(*configs));
326 if (configs) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 51 struct ximage_config *configs; member in struct:ximage_display
336 if (xdpy->configs[i].base.color_format == fmt) {
337 nconf = &xdpy->configs[i].base;
378 const struct native_config **configs; local
382 if (!xdpy->configs) {
391 * Create two configs for each visual.
394 xdpy->configs = CALLOC(num_visuals * 2, sizeof(*xdpy->configs));
395 if (!xdpy->configs)
400 struct ximage_config *xconf = &xdpy->configs[count]
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 51 struct ximage_config *configs; member in struct:ximage_display
336 if (xdpy->configs[i].base.color_format == fmt) {
337 nconf = &xdpy->configs[i].base;
378 const struct native_config **configs; local
382 if (!xdpy->configs) {
391 * Create two configs for each visual.
394 xdpy->configs = CALLOC(num_visuals * 2, sizeof(*xdpy->configs));
395 if (!xdpy->configs)
400 struct ximage_config *xconf = &xdpy->configs[count]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 80 __DRIconfig **configs = NULL; local
230 configs = configs_r5g6b5;
231 configs = driConcatConfigs(configs, configs_a8r8g8b8);
232 configs = driConcatConfigs(configs, configs_x8r8g8b8);
234 configs = configs_a8r8g8b8;
235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
236 configs = driConcatConfigs(configs, configs_r5g6b5)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 80 __DRIconfig **configs = NULL; local
230 configs = configs_r5g6b5;
231 configs = driConcatConfigs(configs, configs_a8r8g8b8);
232 configs = driConcatConfigs(configs, configs_x8r8g8b8);
234 configs = configs_a8r8g8b8;
235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
236 configs = driConcatConfigs(configs, configs_r5g6b5)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.h 129 glx_config_destroy_list(struct glx_config *configs);
131 glx_config_find_visual(struct glx_config *configs, int vid);
133 glx_config_find_fbconfig(struct glx_config *configs, int fbid);
  /external/mesa3d/src/glx/
glxconfig.h 129 glx_config_destroy_list(struct glx_config *configs);
131 glx_config_find_visual(struct glx_config *configs, int vid);
133 glx_config_find_fbconfig(struct glx_config *configs, int fbid);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h 44 int getConfigs(EGLConfig* configs,int config_size);
45 int chooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size);
71 int doChooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size);
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 79 // Avoid configs like RGBA0008 which crash even though they have the window bit set.
91 EGLConfig[] configs = new EGLConfig[numConfigs[0]]; local
92 if (egl.eglChooseConfig(display, attributeList, configs, configs.length,
97 if (egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_ID,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/gbm/
Makefile 4 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/va-softpipe/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-softpipe/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-softpipe/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
Makefile 4 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Makefile 2 include $(TOP)/configs/current
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
Makefile 2 include $(TOP)/configs/current
  /external/mesa3d/src/gallium/state_trackers/va/
Makefile 2 include $(TOP)/configs/current
  /external/mesa3d/src/gallium/state_trackers/vdpau/
Makefile 2 include $(TOP)/configs/current
  /external/mesa3d/src/gallium/targets/gbm/
Makefile 4 include $(TOP)/configs/current
  /external/mesa3d/src/gallium/targets/va-softpipe/
Makefile 2 include $(TOP)/configs/current

Completed in 1552 milliseconds

1 2 34 5 6 7 8 91011>>