Searched defs:frequently_accessed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dbitmap.c42 VdpBool frequently_accessed,
79 res_tmpl.usage = frequently_accessed ? PIPE_USAGE_DYNAMIC : PIPE_USAGE_STATIC;
138 VdpBool *frequently_accessed)
147 if (!(rgba_format && width && height && frequently_accessed))
154 *frequently_accessed = res->usage == PIPE_USAGE_DYNAMIC;
39 vlVdpBitmapSurfaceCreate(VdpDevice device, VdpRGBAFormat rgba_format, uint32_t width, uint32_t height, VdpBool frequently_accessed, VdpBitmapSurface *surface) argument
135 vlVdpBitmapSurfaceGetParameters(VdpBitmapSurface surface, VdpRGBAFormat *rgba_format, uint32_t *width, uint32_t *height, VdpBool *frequently_accessed) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dbitmap.c42 VdpBool frequently_accessed,
79 res_tmpl.usage = frequently_accessed ? PIPE_USAGE_DYNAMIC : PIPE_USAGE_STATIC;
138 VdpBool *frequently_accessed)
147 if (!(rgba_format && width && height && frequently_accessed))
154 *frequently_accessed = res->usage == PIPE_USAGE_DYNAMIC;
39 vlVdpBitmapSurfaceCreate(VdpDevice device, VdpRGBAFormat rgba_format, uint32_t width, uint32_t height, VdpBool frequently_accessed, VdpBitmapSurface *surface) argument
135 vlVdpBitmapSurfaceGetParameters(VdpBitmapSurface surface, VdpRGBAFormat *rgba_format, uint32_t *width, uint32_t *height, VdpBool *frequently_accessed) argument

Completed in 91 milliseconds