Searched refs:vdpDevice (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 59 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) in _mesa_VDPAUInitNV() argument 63 if (!vdpDevice) { in _mesa_VDPAUInitNV() 73 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV() 78 ctx->vdpDevice = vdpDevice; in _mesa_VDPAUInitNV() 104 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV() 111 ctx->vdpDevice = 0; in _mesa_VDPAUFiniNV() 124 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface() 231 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV() 251 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUUnregisterSurfaceNV() 284 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUGetSurfaceivNV() [all …]
|
D | mtypes.h | 3640 const void *vdpDevice; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.c | 65 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_video_surface_gallium() 97 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_output_surface_gallium() 150 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_output_surface_dma_buf() 170 uint32_t device = (uintptr_t)ctx->vdpDevice; in st_vdpau_video_surface_dma_buf()
|
/third_party/openGLES/extensions/NV/ |
D | NV_vdpau_interop.txt | 66 void VDPAUInitNV (const void *vdpDevice, 155 void VDPAUInitNV (const void *vdpDevice, 159 <vdpDevice> must be an extant VdpDevice handle previously created 406 INVALID_VALUE is generated if the <vdpDevice> or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vdpau_interop.txt | 66 void VDPAUInitNV (const void *vdpDevice, 155 void VDPAUInitNV (const void *vdpDevice, 159 <vdpDevice> must be an extant VdpDevice handle previously created 406 INVALID_VALUE is generated if the <vdpDevice> or
|
/third_party/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);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glext.h | 11098 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress); 11109 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
|
/third_party/skia/third_party/externals/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);
|
/third_party/openGLES/api/GL/ |
D | glext.h | 11476 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress); 11487 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
|