Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvdpau.c56 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) in _mesa_VDPAUInitNV() argument
60 if (!vdpDevice) { in _mesa_VDPAUInitNV()
70 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()
75 ctx->vdpDevice = vdpDevice; in _mesa_VDPAUInitNV()
101 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()
108 ctx->vdpDevice = 0; in _mesa_VDPAUFiniNV()
121 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()
228 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()
248 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUUnregisterSurfaceNV()
281 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUGetSurfaceivNV()
[all …]
Dvdpau.h38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
Dmtypes.h5271 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/mesa3d/include/GL/
Dglext.h11352 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);
11363 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
/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/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h9663 typedef void (GLAPIENTRY *PFNGLVDPAUINITNVPROC)(const void * vdpDevice, const void * getProcAddress…
15742 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glVDPAUInitNV)(const void * vdpDevice, const void * getPro…
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c117326 GEN_THUNKS(glVDPAUInitNV, (const void * vdpDevice, const void * getProcAddress), (vdpDevice, getPro…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h16883 typedef void (GLAPIENTRY * PFNGLVDPAUINITNVPROC) (const void* vdpDevice, const void*getProcAddress);