Home
last modified time | relevance | path

Searched refs:CheckSurfaceParams (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dbitmap.c84 if (!CheckSurfaceParams(pipe->screen, &res_tmpl)) { in vlVdpBitmapSurfaceCreate()
Ddevice.c99 if (!CheckSurfaceParams(pscreen, &res_tmpl)) { in vdp_imp_device_create_x11()
Doutput.c97 if (!CheckSurfaceParams(pipe->screen, &res_tmpl)) in vlVdpOutputSurfaceCreate()
342 if (!CheckSurfaceParams(context->screen, &res_tmpl)) in vlVdpOutputSurfacePutBitsIndexed()
Dvdpau_private.h339 CheckSurfaceParams(struct pipe_screen *screen, in CheckSurfaceParams() function