Searched refs:vdpDevice (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | vdpau.c | 59 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) in _mesa_VDPAUInitNV() argument 63 if (!vdpDevice) { in _mesa_VDPAUInitNV() 64 _mesa_error(ctx, GL_INVALID_VALUE, "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 || !ct in _mesa_VDPAUIsSurfaceNV() [all...] |
H A D | mtypes.h | 3640 const void *vdpDevice; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A 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/api/GL/ |
H A 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);
|
/third_party/mesa3d/include/GL/ |
H A 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/swiftshader/include/GL/ |
H A 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/skia/third_party/externals/opengl-registry/api/GL/ |
H A 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);
|
Completed in 165 milliseconds