Searched refs:vdpDevice (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | vdpau.c | 56 _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 …]
|
D | vdpau.h | 38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
|
D | mtypes.h | 5271 const void *vdpDevice; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.c | 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()
|
/external/mesa3d/include/GL/ |
D | glext.h | 11352 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/ |
D | glext.h | 11099 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/ |
D | gl_generated.h | 9663 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/ |
D | gl_generated_dispatch.c | 117326 GEN_THUNKS(glVDPAUInitNV, (const void * vdpDevice, const void * getProcAddress), (vdpDevice, getPro…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 16883 typedef void (GLAPIENTRY * PFNGLVDPAUINITNVPROC) (const void* vdpDevice, const void*getProcAddress);
|