Home
last modified time | relevance | path

Searched refs:vdpDevice (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvdpau.c55 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) in _mesa_VDPAUInitNV() argument
59 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 …]
Dvdpau.h38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
Dmtypes.h5030 const void *vdpDevice; member
/external/mesa3d/src/mesa/state_tracker/
Dst_vdpau.c63 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()
/external/swiftshader/include/GL/
Dglext.h11099 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);
11110 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
/external/mesa3d/include/GL/
Dglext.h11057 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);
11068 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c21076 _mesa_marshal_VDPAUInitNV(const GLvoid * vdpDevice, const GLvoid * getProcAddress) in _mesa_marshal_VDPAUInitNV() argument
21081 CALL_VDPAUInitNV(ctx->CurrentServerDispatch, (vdpDevice, getProcAddress)); in _mesa_marshal_VDPAUInitNV()