Searched refs:vdpDevice (Results 1 – 7 of 7) sorted by relevance
55 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) in _mesa_VDPAUInitNV() argument59 if (!vdpDevice) { in _mesa_VDPAUInitNV()69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()74 ctx->vdpDevice = vdpDevice; in _mesa_VDPAUInitNV()100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()107 ctx->vdpDevice = 0; in _mesa_VDPAUFiniNV()120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()227 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()247 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUUnregisterSurfaceNV()280 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUGetSurfaceivNV()[all …]
38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
5030 const void *vdpDevice; member
63 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_video_surface_gallium()95 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_output_surface_gallium()146 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_output_surface_dma_buf()166 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_video_surface_dma_buf()
11099 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);11110 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
11057 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);11068 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
21076 _mesa_marshal_VDPAUInitNV(const GLvoid * vdpDevice, const GLvoid * getProcAddress) in _mesa_marshal_VDPAUInitNV() argument21081 CALL_VDPAUInitNV(ctx->CurrentServerDispatch, (vdpDevice, getProcAddress)); in _mesa_marshal_VDPAUInitNV()