/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_screen.c | 106 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, 109 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, 112 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, 115 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, 118 pf_a8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8A8_UNORM, 121 pf_x8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8X8_UNORM, 124 pf_r5g6b5 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, 130 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, 133 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, 169 if (p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_screen.c | 106 pf_x8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24X8_UNORM, 109 pf_z24x8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_X8Z24_UNORM, 112 pf_s8z24 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z24_UNORM_S8_UINT, 115 pf_z24s8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_S8_UINT_Z24_UNORM, 118 pf_a8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8A8_UNORM, 121 pf_x8r8g8b8 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B8G8R8X8_UNORM, 124 pf_r5g6b5 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM, 130 pf_z16 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z16_UNORM, 133 pf_z32 = p_screen->is_format_supported(p_screen, PIPE_FORMAT_Z32_UNORM, 169 if (p_screen->is_format_supported(p_screen, PIPE_FORMAT_B5G6R5_UNORM [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_screen.h | 126 boolean (*is_format_supported)( struct pipe_screen *, member in struct:pipe_screen
|
/external/chromium_org/third_party/mesa/src/src/gbm/main/ |
gbmint.h | 61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
|
/external/mesa3d/src/gallium/include/pipe/ |
p_screen.h | 126 boolean (*is_format_supported)( struct pipe_screen *, member in struct:pipe_screen
|
/external/mesa3d/src/gbm/main/ |
gbmint.h | 61 int (*is_format_supported)(struct gbm_device *gbm, member in struct:gbm_device
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
query.c | 225 *is_supported = pscreen->is_format_supported 277 *is_supported = pscreen->is_format_supported 326 *is_supported = pscreen->is_format_supported 332 *is_supported &= pscreen->is_format_supported 338 *is_supported &= pscreen->is_format_supported 381 *is_supported = pscreen->is_format_supported 424 *is_supported = pscreen->is_format_supported
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
query.c | 225 *is_supported = pscreen->is_format_supported 277 *is_supported = pscreen->is_format_supported 326 *is_supported = pscreen->is_format_supported 332 *is_supported &= pscreen->is_format_supported 338 *is_supported &= pscreen->is_format_supported 381 *is_supported = pscreen->is_format_supported 424 *is_supported = pscreen->is_format_supported
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 48 def is_format_supported(format): function 526 if is_format_supported(format): 538 if is_format_supported(format): 563 if is_format_supported(format): 576 if is_format_supported(format):
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 48 def is_format_supported(format): function 526 if is_format_supported(format): 538 if is_format_supported(format): 563 if is_format_supported(format): 576 if is_format_supported(format):
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_pack.py | 111 def is_format_supported(format): function 407 if not is_format_supported(format): 515 if not is_format_supported(format): 595 if is_format_supported(format): 624 if is_format_supported(format): 653 if is_format_supported(format): 679 if is_format_supported(format):
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 111 def is_format_supported(format): function 407 if not is_format_supported(format): 515 if not is_format_supported(format): 595 if is_format_supported(format): 624 if is_format_supported(format): 653 if is_format_supported(format): 679 if is_format_supported(format):
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_init.c | 223 if (!p->screen->is_format_supported(p->screen, tmp_res.format, 249 if (!p->screen->is_format_supported(p->screen, tmp_res.format, 254 if (!p->screen->is_format_supported(p->screen, tmp_res.format,
|
pp_program.c | 121 if (!p->screen->is_format_supported(p->screen,
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_init.c | 223 if (!p->screen->is_format_supported(p->screen, tmp_res.format, 249 if (!p->screen->is_format_supported(p->screen, tmp_res.format, 254 if (!p->screen->is_format_supported(p->screen, tmp_res.format,
|
pp_program.c | 121 if (!p->screen->is_format_supported(p->screen,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/ |
native_null.c | 108 if (null->base.screen->is_format_supported(null->base.screen,
|
/external/mesa3d/src/gallium/state_trackers/egl/null/ |
native_null.c | 108 if (null->base.screen->is_format_supported(null->base.screen,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
id_screen.c | 111 return screen->is_format_supported(screen, 270 id_screen->base.is_format_supported = identity_screen_is_format_supported;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_screen.c | 114 return screen->is_format_supported(screen, 273 rb_screen->base.is_format_supported = rbug_screen_is_format_supported;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/ |
gbm_drm.c | 87 if (!gdrm->screen->is_format_supported(gdrm->screen, PIPE_TEXTURE_2D, pf, 0, 242 gdrm->base.base.is_format_supported = gbm_gallium_drm_is_format_supported;
|
/external/mesa3d/src/gallium/drivers/identity/ |
id_screen.c | 111 return screen->is_format_supported(screen, 270 id_screen->base.is_format_supported = identity_screen_is_format_supported;
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_screen.c | 114 return screen->is_format_supported(screen, 273 rb_screen->base.is_format_supported = rbug_screen_is_format_supported;
|
/external/mesa3d/src/gallium/state_trackers/gbm/ |
gbm_drm.c | 87 if (!gdrm->screen->is_format_supported(gdrm->screen, PIPE_TEXTURE_2D, pf, 0, 242 gdrm->base.base.is_format_supported = gbm_gallium_drm_is_format_supported;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
glhd_screen.c | 119 return screen->is_format_supported(screen, 218 !screen->is_format_supported(screen, templat->format, templat->target, templat->nr_samples, templat->bind)) { 361 GLHD_SCREEN_INIT(is_format_supported);
|