HomeSort by: relevance | last modified time | path
    Searched defs:new_content_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_stdu.c 1044 enum stdu_content_type new_content_type; local
1065 new_content_type = SAME_AS_DISPLAY;
1067 new_content_type = SEPARATE_BO;
1069 new_content_type = SEPARATE_SURFACE;
1071 if (new_content_type != SAME_AS_DISPLAY) {
1083 if (new_content_type == SEPARATE_BO) {
1170 vps->content_fb_type = new_content_type;

Completed in 17 milliseconds