Home
last modified time | relevance | path

Searched defs:is_format_supported (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/tests/
Dst_format.c39 is_format_supported(struct pipe_screen *pscreen, in is_format_supported() function
/external/mesa3d/docs/gallium/
Dscreen.rst904 is_format_supported section in Methods
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.h18 bool (*is_format_supported)(void *user_data, uint32_t format); member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c44 is_format_supported(struct pipe_screen *screen, enum pipe_format format, in is_format_supported() function
/external/mesa3d/src/util/format/
Du_format_pack.py129 def is_format_supported(format): function
/external/OpenCL-CTS/test_conformance/d3d11/
Dtexture2d.cpp638 bool is_format_supported( in is_format_supported() function
/external/mesa3d/src/gbm/main/
Dgbm_backend_abi.h109 int (*is_format_supported)(struct gbm_device *gbm, member
Dgbm_abi_check.c62 int (*is_format_supported)(struct gbm_device *gbm, member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c780 is_format_supported(struct pipe_screen *pscreen, in is_format_supported() function
Dfreedreno_screen.h132 bool (*is_format_supported)(struct pipe_screen *pscreen, member
/external/rust/android-crates-io/crates/gbm/src/
Ddevice.rs102 pub fn is_format_supported(&self, format: Format, usage: BufferObjectFlags) -> bool { in is_format_supported() method
/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dscreen.rs367 pub fn is_format_supported( in is_format_supported() method
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h223 bool (*is_format_supported)(struct pipe_screen *, member
/external/v4l-utils/contrib/test/
Dv4l2grab.c118 static int is_format_supported(unsigned int pixformat) in is_format_supported() function