Searched refs:gbm_format (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gbm/main/ |
D | gbm.c | 798 format_canonicalize(uint32_t gbm_format) in format_canonicalize() argument 800 switch (gbm_format) { in format_canonicalize() 806 return gbm_format; in format_canonicalize() 817 gbm_format_get_name(uint32_t gbm_format, struct gbm_format_name_desc *desc) in gbm_format_get_name() argument 819 gbm_format = format_canonicalize(gbm_format); in gbm_format_get_name() 821 desc->name[0] = gbm_format; in gbm_format_get_name() 822 desc->name[1] = gbm_format >> 8; in gbm_format_get_name() 823 desc->name[2] = gbm_format >> 16; in gbm_format_get_name() 824 desc->name[3] = gbm_format >> 24; in gbm_format_get_name()
|
D | gbm_backend_abi.h | 276 uint32_t (*format_canonicalize)(uint32_t gbm_format);
|
D | gbm.h | 455 gbm_format_get_name(uint32_t gbm_format, struct gbm_format_name_desc *desc);
|
D | gbm_abi_check.c | 211 uint32_t (*format_canonicalize)(uint32_t gbm_format);
|
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 637 gbm_format_to_dri_format(uint32_t gbm_format) in gbm_format_to_dri_format() argument 639 gbm_format = gbm_core.v0.format_canonicalize(gbm_format); in gbm_format_to_dri_format() 641 if (gbm_dri_visuals_table[i].gbm_format == gbm_format) in gbm_format_to_dri_format() 653 return gbm_dri_visuals_table[i].gbm_format; in gbm_dri_to_gbm_format() 992 int gbm_format; in gbm_dri_bo_import() local 1021 gbm_format = wb->format; in gbm_dri_bo_import() 1037 gbm_format = gbm_dri_to_gbm_format(dri_format); in gbm_dri_bo_import() 1038 if (gbm_format == 0) { in gbm_dri_bo_import() 1068 gbm_format = fd_data->format; in gbm_dri_bo_import() 1104 gbm_format = fourcc; in gbm_dri_bo_import() [all …]
|
D | gbm_driint.h | 45 uint32_t gbm_format; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstglwindow_gbm_egl.c | 341 EGLint gbm_format; in gst_gl_window_gbm_init_surface() local 356 EGL_NATIVE_VISUAL_ID, &gbm_format)) { in gst_gl_window_gbm_init_surface() 366 hdisplay, vdisplay, gbm_format, in gst_gl_window_gbm_init_surface()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_platform_gbm.txt | 221 EGLint gbm_format; 224 EGL_NATIVE_VISUAL_ID, &gbm_format)) { 228 if (gbm_format == GBM_FORMAT_XRGB8888) {
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_platform_gbm.txt | 221 EGLint gbm_format; 224 EGL_NATIVE_VISUAL_ID, &gbm_format)) { 228 if (gbm_format == GBM_FORMAT_XRGB8888) {
|
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/ |
D | EGL_MESA_platform_gbm.txt | 221 EGLint gbm_format; 224 EGL_NATIVE_VISUAL_ID, &gbm_format)) { 228 if (gbm_format == GBM_FORMAT_XRGB8888) {
|
/third_party/EGL/extensions/MESA/ |
D | EGL_MESA_platform_gbm.txt | 219 EGLint gbm_format; 222 EGL_NATIVE_VISUAL_ID, &gbm_format)) { 226 if (gbm_format == GBM_FORMAT_XRGB8888) {
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 116 if (visual->gbm_format == surface->v0.format) in dri2_drm_config_is_compatible() 646 EGL_NATIVE_VISUAL_ID, visuals[j].gbm_format, in drm_add_configs_for_visuals() 664 gbm_format_get_name(visuals[i].gbm_format, &desc)); in drm_add_configs_for_visuals()
|