HomeSort by relevance Sort by last modified time
    Searched defs:surface_type (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 501 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; local
513 count + 1, visuals[i].size, surface_type, NULL,
platform_x11.c 617 EGLint surface_type; local
628 surface_type =
648 d.data->depth, surface_type, config_attrs, NULL);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 233 EGLint surface_type; local
255 surface_type = 0x0;
259 surface_type |= EGL_PIXMAP_BIT;
264 surface_type |= EGL_WINDOW_BIT;
267 surface_type |= EGL_SCREEN_BIT_MESA;
269 surface_type |= EGL_PBUFFER_BIT;
273 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
276 surface_type |= EGL_VG_ALPHA_FORMAT_PRE_BIT;
297 conf->SurfaceType = surface_type;
300 if (surface_type & EGL_WINDOW_BIT)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 1041 unsigned surface_type = BRW_SURFACE_NULL; local
    [all...]
brw_structs.h 818 GLuint surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon20262
    [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 577 int surface_type; local
641 //surface_type = VA_RT_FORMAT_IMC3;
642 surface_type = VA_RT_FORMAT_YUV420;
649 //surface_type = VA_RT_FORMAT_YUV422H;
650 surface_type = VA_RT_FORMAT_YUV422;
657 surface_type = VA_RT_FORMAT_YUV444;
665 surface_type = VA_RT_FORMAT_YUV411;
672 //surface_type = VA_RT_FORMAT_YUV422V;
673 surface_type = VA_RT_FORMAT_YUV422;
680 //surface_type = VA_RT_FORMAT_YUV422H
    [all...]

Completed in 164 milliseconds