/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 228 EGLint api_mask, enum pipe_format depth_stencil_format, in init_config_attributes() argument 278 api_mask &= ~EGL_OPENVG_BIT; in init_config_attributes() 281 conf->Conformant = api_mask; in init_config_attributes() 282 conf->RenderableType = api_mask; in init_config_attributes() 294 if (api_mask & EGL_OPENVG_BIT) in init_config_attributes()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 228 EGLint api_mask, enum pipe_format depth_stencil_format, in init_config_attributes() argument 278 api_mask &= ~EGL_OPENVG_BIT; in init_config_attributes() 281 conf->Conformant = api_mask; in init_config_attributes() 282 conf->RenderableType = api_mask; in init_config_attributes() 294 if (api_mask & EGL_OPENVG_BIT) in init_config_attributes()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 107 psp->api_mask = (1 << __DRI_API_OPENGL); in dri2CreateNewScreen() 179 if (!(screen->api_mask & (1 << api))) { in dri2CreateContextAttribs() 560 return screen->api_mask; in dri2GetAPIMask()
|
D | dri_util.h | 169 unsigned int api_mask; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
D | dri_util.c | 107 psp->api_mask = (1 << __DRI_API_OPENGL); in dri2CreateNewScreen() 179 if (!(screen->api_mask & (1 << api))) { in dri2CreateContextAttribs() 560 return screen->api_mask; in dri2GetAPIMask()
|
D | dri_util.h | 169 unsigned int api_mask; member
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 1056 unsigned int api_mask; in intelInitScreen2() local 1115 api_mask = (1 << __DRI_API_OPENGL); in intelInitScreen2() 1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2() 1120 api_mask |= (1 << __DRI_API_GLES2); in intelInitScreen2() 1124 psp->api_mask = api_mask; in intelInitScreen2()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 1056 unsigned int api_mask; in intelInitScreen2() local 1115 api_mask = (1 << __DRI_API_OPENGL); in intelInitScreen2() 1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2() 1120 api_mask |= (1 << __DRI_API_GLES2); in intelInitScreen2() 1124 psp->api_mask = api_mask; in intelInitScreen2()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_screen.c | 1056 unsigned int api_mask; in intelInitScreen2() local 1115 api_mask = (1 << __DRI_API_OPENGL); in intelInitScreen2() 1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2() 1120 api_mask |= (1 << __DRI_API_GLES2); in intelInitScreen2() 1124 psp->api_mask = api_mask; in intelInitScreen2()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 1056 unsigned int api_mask; in intelInitScreen2() local 1115 api_mask = (1 << __DRI_API_OPENGL); in intelInitScreen2() 1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2() 1120 api_mask |= (1 << __DRI_API_GLES2); in intelInitScreen2() 1124 psp->api_mask = api_mask; in intelInitScreen2()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 1056 unsigned int api_mask; in intelInitScreen2() local 1115 api_mask = (1 << __DRI_API_OPENGL); in intelInitScreen2() 1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2() 1120 api_mask |= (1 << __DRI_API_GLES2); in intelInitScreen2() 1124 psp->api_mask = api_mask; in intelInitScreen2()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_screen.c | 1056 unsigned int api_mask; in intelInitScreen2() local 1115 api_mask = (1 << __DRI_API_OPENGL); in intelInitScreen2() 1117 api_mask |= (1 << __DRI_API_GLES); in intelInitScreen2() 1120 api_mask |= (1 << __DRI_API_GLES2); in intelInitScreen2() 1124 psp->api_mask = api_mask; in intelInitScreen2()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
D | dri2.c | 809 sPriv->api_mask = 0; in dri2_init_screen() 811 sPriv->api_mask |= 1 << __DRI_API_OPENGL; in dri2_init_screen() 813 sPriv->api_mask |= 1 << __DRI_API_GLES; in dri2_init_screen() 815 sPriv->api_mask |= 1 << __DRI_API_GLES2; in dri2_init_screen()
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri2.c | 809 sPriv->api_mask = 0; in dri2_init_screen() 811 sPriv->api_mask |= 1 << __DRI_API_OPENGL; in dri2_init_screen() 813 sPriv->api_mask |= 1 << __DRI_API_GLES; in dri2_init_screen() 815 sPriv->api_mask |= 1 << __DRI_API_GLES2; in dri2_init_screen()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 464 unsigned int api_mask; in dri2_setup_screen() local 467 api_mask = dri2_dpy->dri2->getAPIMask(dri2_dpy->dri_screen); in dri2_setup_screen() 470 api_mask = 1 << __DRI_API_OPENGL | 1 << __DRI_API_GLES | 1 << __DRI_API_GLES2; in dri2_setup_screen() 474 if (api_mask & (1 <<__DRI_API_OPENGL)) in dri2_setup_screen() 476 if (api_mask & (1 <<__DRI_API_GLES)) in dri2_setup_screen() 478 if (api_mask & (1 << __DRI_API_GLES2)) in dri2_setup_screen()
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
D | egl_dri2.c | 464 unsigned int api_mask; in dri2_setup_screen() local 467 api_mask = dri2_dpy->dri2->getAPIMask(dri2_dpy->dri_screen); in dri2_setup_screen() 470 api_mask = 1 << __DRI_API_OPENGL | 1 << __DRI_API_GLES | 1 << __DRI_API_GLES2; in dri2_setup_screen() 474 if (api_mask & (1 <<__DRI_API_OPENGL)) in dri2_setup_screen() 476 if (api_mask & (1 <<__DRI_API_GLES)) in dri2_setup_screen() 478 if (api_mask & (1 << __DRI_API_GLES2)) in dri2_setup_screen()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | get.c | 1453 int api_mask = 0, api_bit; in _mesa_init_get_hash() local 1462 api_mask = values[i].offset; in _mesa_init_get_hash() 1465 if (!(api_mask & api_bit)) in _mesa_init_get_hash()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 1453 int api_mask = 0, api_bit; in _mesa_init_get_hash() local 1462 api_mask = values[i].offset; in _mesa_init_get_hash() 1465 if (!(api_mask & api_bit)) in _mesa_init_get_hash()
|