Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/common/
Dnative_helper.c43 #define EGL_SWAP_FENCES_MAX 4 macro
59 struct pipe_fence_handle *swap_fences[EGL_SWAP_FENCES_MAX];
79 if (rsurf->desired_fences > EGL_SWAP_FENCES_MAX) in resource_surface_create()
80 rsurf->desired_fences = EGL_SWAP_FENCES_MAX; in resource_surface_create()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Dnative_helper.c43 #define EGL_SWAP_FENCES_MAX 4 macro
59 struct pipe_fence_handle *swap_fences[EGL_SWAP_FENCES_MAX];
79 if (rsurf->desired_fences > EGL_SWAP_FENCES_MAX) in resource_surface_create()
80 rsurf->desired_fences = EGL_SWAP_FENCES_MAX; in resource_surface_create()