Changeset 25269 in vbox
- Timestamp:
- Dec 9, 2009 10:48:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r25264 r25269 640 640 { 641 641 public: 642 VBoxVHWAGlProgramVHWA( /*class VBoxVHWAGlProgramMngr *aMngr, */uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders);642 VBoxVHWAGlProgramVHWA(uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders); 643 643 644 644 uint32_t type() const {return mType;} … … 693 693 GLint mUTex; 694 694 GLint mUniUTex; 695 696 // VBoxVHWAGlProgram *mpProgram;697 //698 // class VBoxVHWAGlProgramMngr *mpMngr;699 695 }; 700 696 701 VBoxVHWAGlProgramVHWA::VBoxVHWAGlProgramVHWA( /*VBoxVHWAGlProgramMngr *aMngr, */uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders) :697 VBoxVHWAGlProgramVHWA::VBoxVHWAGlProgramVHWA(uint32_t type, uint32_t fourcc, VBoxVHWAGlShader ** apShaders, int acShaders) : 702 698 VBoxVHWAGlProgram(apShaders, acShaders), 703 699 mType(type), … … 711 707 mSrcLowerR(0.0), mSrcLowerG(0.0), mSrcLowerB(0.0), 712 708 mUniSrcLowerColor(-1), 713 // mpMngr(aMngr),714 709 mDstTex(-1), 715 710 mUniDstTex(-1), … … 861 856 return VINF_ALREADY_INITIALIZED; 862 857 863 // VBOXQGLLOG(("setDstCKeyLowerRange: r(%f), g(%f), b(%f)\n", r, g, b));864 858 VBOXQGL_CHECKERR( 865 859 vboxglUniform4f(mUniDstLowerColor, r, g, b, 0.0);
Note:
See TracChangeset
for help on using the changeset viewer.