Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
946 B

  1. ;
  2. ; 3D DDI module definition file
  3. ;
  4. LIBRARY MCD32
  5. EXPORTS
  6. MCDGetDriverInfo
  7. MCDDescribeMcdPixelFormat
  8. MCDDescribePixelFormat
  9. MCDCreateContext
  10. MCDDeleteContext
  11. MCDAlloc
  12. MCDFree
  13. MCDBeginState
  14. MCDFlushState
  15. MCDAddState
  16. MCDAddStateStruct
  17. MCDSetViewport
  18. MCDProcessBatch
  19. MCDReadSpan
  20. MCDWriteSpan
  21. MCDSwap
  22. MCDClear
  23. MCDSetScissorRect
  24. MCDQueryMemStatus
  25. MCDGetBuffers
  26. MCDAllocBuffers
  27. MCDLock
  28. MCDUnlock
  29. MCDBindContext
  30. MCDSync
  31. MCDCreateTexture
  32. MCDDeleteTexture
  33. MCDUpdateSubTexture
  34. MCDUpdateTexturePalette
  35. MCDUpdateTexturePriority
  36. MCDUpdateTextureState
  37. MCDTextureStatus
  38. MCDTextureKey
  39. MCDDescribeMcdLayerPlane
  40. MCDDescribeLayerPlane
  41. MCDSetLayerPalette
  42. MCDDrawPixels
  43. MCDReadPixels
  44. MCDCopyPixels
  45. MCDPixelMap
  46. MCDDestroyWindow
  47. MCDGetTextureFormats
  48. MCDSwapMultiple
  49. MCDProcessBatch2