Lines Matching refs:handle2
185 static void *handle2;
192 #define XW_RSYM(base,handle,handle2,pointer, retval) \
197 if (!handle2) { \
200 base.pointer = (pointer##P) dlsym((handle2),#pointer); \
207 #define XW_RSYM2(base,handle,handle2,pointer) \
210 base.pointer = (pointer##P) dlsym((handle2),#pointer); \
263 handle2 =
265 if (!handle2) {
271 XW_RSYM(xW, handle2, handleZ, XvMCQueryExtension, 1);
272 XW_RSYM(xW, handle2, handleZ, XvMCQueryVersion, 1);
298 dlsym(handle2, "XvMCGetDRInfo");
387 XW_RSYM(xW, handle, handle2, XvMCListSurfaceTypes,);
388 XW_RSYM(xW, handle, handle2, XvMCCreateContext,);
389 XW_RSYM(xW, handle, handle2, XvMCDestroyContext,);
390 XW_RSYM(xW, handle, handle2, XvMCCreateSurface,);
391 XW_RSYM(xW, handle, handle2, XvMCDestroySurface,);
392 XW_RSYM(xW, handle, handle2, XvMCListSubpictureTypes,);
393 XW_RSYM(xW, handle, handle2, XvMCHideSurface,);
394 XW_RSYM(xW, handle, handle2, XvMCCreateSubpicture,);
395 XW_RSYM(xW, handle, handle2, XvMCClearSubpicture,);
396 XW_RSYM(xW, handle, handle2, XvMCCompositeSubpicture,);
397 XW_RSYM(xW, handle, handle2, XvMCDestroySubpicture,);
398 XW_RSYM(xW, handle, handle2, XvMCSetSubpicturePalette,);
399 XW_RSYM(xW, handle, handle2, XvMCBlendSubpicture,);
400 XW_RSYM(xW, handle, handle2, XvMCBlendSubpicture2,);
401 XW_RSYM(xW, handle, handle2, XvMCPutSurface,);
402 XW_RSYM(xW, handle, handle2, XvMCSyncSurface,);
403 XW_RSYM(xW, handle, handle2, XvMCFlushSurface,);
404 XW_RSYM(xW, handle, handle2, XvMCGetSurfaceStatus,);
405 XW_RSYM(xW, handle, handle2, XvMCRenderSurface,);
406 XW_RSYM(xW, handle, handle2, XvMCSyncSubpicture,);
407 XW_RSYM(xW, handle, handle2, XvMCFlushSubpicture,);
408 XW_RSYM(xW, handle, handle2, XvMCGetSubpictureStatus,);
409 XW_RSYM(xW, handle, handle2, XvMCCreateBlocks,);
410 XW_RSYM(xW, handle, handle2, XvMCDestroyBlocks,);
411 XW_RSYM(xW, handle, handle2, XvMCCreateMacroBlocks,);
412 XW_RSYM(xW, handle, handle2, XvMCDestroyMacroBlocks,);
413 XW_RSYM(xW, handle, handle2, XvMCQueryAttributes,);
414 XW_RSYM(xW, handle, handle2, XvMCSetAttribute,);
415 XW_RSYM(xW, handle, handle2, XvMCGetAttribute,);
417 XW_RSYM2(xW, handle, handle2, XvMCBeginSurface);
418 XW_RSYM(xW, handle, handle2, XvMCLoadQMatrix,);
419 XW_RSYM(xW, handle, handle2, XvMCPutSlice,);
420 XW_RSYM(xW, handle, handle2, XvMCPutSlice2,);