Searched refs:vdpDevice (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dvdpau.c55 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) argument
59 if (!vdpDevice) {
60 _mesa_error(ctx, GL_INVALID_VALUE, "vdpDevice");
69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) {
74 ctx->vdpDevice = vdpDevice;
100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
107 ctx->vdpDevice = 0;
120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
227 if (!ctx->vdpDevice || !ct
[all...]
H A Dvdpau.h38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
H A Dmtypes.h5127 const void *vdpDevice; member in struct:gl_context
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dvdpau.c56 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) argument
60 if (!vdpDevice) {
61 _mesa_error(ctx, GL_INVALID_VALUE, "vdpDevice");
70 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) {
75 ctx->vdpDevice = vdpDevice;
101 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
108 ctx->vdpDevice = 0;
121 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
228 if (!ctx->vdpDevice || !ct
[all...]
H A Dvdpau.h38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
H A Dmtypes.h5548 const void *vdpDevice; member in struct:gl_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_vdpau.c63 uint32_t device = (uintptr_t)ctx->vdpDevice;
95 uint32_t device = (uintptr_t)ctx->vdpDevice;
146 uint32_t device = (uintptr_t)ctx->vdpDevice;
166 uint32_t device = (uintptr_t)ctx->vdpDevice;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_vdpau.c65 uint32_t device = (uintptr_t)ctx->vdpDevice;
97 uint32_t device = (uintptr_t)ctx->vdpDevice;
149 uint32_t device = (uintptr_t)ctx->vdpDevice;
169 uint32_t device = (uintptr_t)ctx->vdpDevice;
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated7.c3107 _mesa_marshal_VDPAUInitNV(const GLvoid * vdpDevice, const GLvoid * getProcAddress) argument
3111 CALL_VDPAUInitNV(ctx->CurrentServerDispatch, (vdpDevice, getProcAddress));
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h1329 void APIENTRY shared_dispatch_stub_1316(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
9374 static void APIENTRY noopVDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) argument
9376 (void) vdpDevice; (void) getProcAddress;
26760 void APIENTRY shared_dispatch_stub_1316(const GLvoid *vdpDevice, const GLvoid *getProcAddress) argument
26764 ((void (APIENTRY *)(const GLvoid *vdpDevice, const GLvoid *getProcAddress)) _func)(vdpDevice, getProcAddress);
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec31338 VDPAUInitNV(vdpDevice, getProcAddress)
31340 param vdpDevice Void in reference
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h1333 void APIENTRY shared_dispatch_stub_1316(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
9613 static void APIENTRY noopVDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress) argument
9615 (void) vdpDevice; (void) getProcAddress;
29413 shared_dispatch_stub_1316(const GLvoid * vdpDevice,const GLvoid * getProcAddress) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglext.h11120 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);
11131 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h5121 void GLAPIENTRY _mesa_marshal_VDPAUInitNV(const GLvoid * vdpDevice, const GLvoid * getProcAddress);
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h9663 typedef void (GLAPIENTRY *PFNGLVDPAUINITNVPROC)(const void * vdpDevice, const void * getProcAddress);
[all...]
H A Dgl_generated_dispatch.c[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h11352 typedef void (APIENTRYP PFNGLVDPAUINITNVPROC) (const void *vdpDevice, const void *getProcAddress);
11363 GLAPI void APIENTRY glVDPAUInitNV (const void *vdpDevice, const void *getProcAddress);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c37750 _mesa_marshal_VDPAUInitNV(const GLvoid * vdpDevice,const GLvoid * getProcAddress) argument
[all...]

Completed in 534 milliseconds