Home
last modified time | relevance | path

Searched refs:is_desktop_gl (Results 1 – 2 of 2) sorted by relevance

/external/virglrenderer/src/
Dvrend_formats.c417 const bool is_desktop_gl = epoxy_is_desktop_gl(); in vrend_add_formats() local
418 const int gles_ver = is_desktop_gl ? 0 : epoxy_gl_version(); in vrend_add_formats()
534 if (is_desktop_gl || in vrend_add_formats()
838 const bool is_desktop_gl = epoxy_is_desktop_gl(); in format_compressed_compressed_copy_compatible() local
840 if(!is_desktop_gl) { in format_compressed_compressed_copy_compatible()
/external/mesa3d/src/mesa/main/
Dtexparam.c59 const bool is_desktop_gl = _mesa_is_desktop_gl(ctx); in validate_texture_wrap_mode() local
87 supported = is_desktop_gl in validate_texture_wrap_mode()
94 supported = is_desktop_gl in validate_texture_wrap_mode()
101 supported = is_desktop_gl && e->EXT_texture_mirror_clamp in validate_texture_wrap_mode()