Home
last modified time | relevance | path

Searched refs:colourBuffer (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11StereoDriverBridge.cpp120 bool D3D11StereoDriverBridge::setDrawBuffer(ColourBufferType colourBuffer) const in setDrawBuffer()
123 return mPimpl->setDrawBuffer(colourBuffer); in setDrawBuffer()
H A DOgreD3D11StereoDriverNVIDIA.cpp157 bool D3D11StereoDriverNVIDIA::setDrawBuffer(ColourBufferType colourBuffer) in setDrawBuffer() argument
166 switch (colourBuffer) in setDrawBuffer()
H A DOgreD3D11StereoDriverAMD.cpp61 bool D3D11StereoDriverAMD::setDrawBuffer(ColourBufferType colourBuffer) in setDrawBuffer() argument
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9StereoDriverBridge.cpp124 bool D3D9StereoDriverBridge::setDrawBuffer(ColourBufferType colourBuffer) const in setDrawBuffer()
127 return mPimpl->setDrawBuffer(colourBuffer); in setDrawBuffer()
H A DOgreD3D9StereoDriverNVIDIA.cpp150 bool D3D9StereoDriverNVIDIA::setDrawBuffer(ColourBufferType colourBuffer) in setDrawBuffer() argument
159 switch (colourBuffer) in setDrawBuffer()
H A DOgreD3D9StereoDriverAMD.cpp82 bool D3D9StereoDriverAMD::setDrawBuffer(ColourBufferType colourBuffer) in setDrawBuffer() argument
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcimage.hpp78 sRGB8 colourBuffer; member
138 colourBuffer[getImageIndex(x, y)] = pixel; in PutPixelColor()
196 return colourBuffer[getImageIndex(x, y)]; in GetPixelColor()
270 std::vector<sRGB8> &GetColor() { return colourBuffer; } in GetColor()
348 std::vector<sRGB8> colourBuffer; member in cImage
H A Dcimage.cpp91 colourBuffer = source.colourBuffer; in cImage()
143 colourBuffer.resize(width * height); in AllocMem()
209 std::fill(colourBuffer.begin(), colourBuffer.end(), sRGB8()); in ClearImage()
241 colourBuffer.clear(); in FreeImage()
774 sRGB8 colourTemp = colourBuffer[ptr]; in Squares()
787 colourBuffer[ptr2] = colourTemp; in Squares()
1100 left->colourBuffer[ptrNew] = colourBuffer[ptrLeft]; in GetStereoLeftRightImages()
1101 right->colourBuffer[ptrNew] = colourBuffer[ptrRight]; in GetStereoLeftRightImages()
H A Drender_image.cpp565 lineOfImage[x].colourBuffer = image->GetPixelColor(x, y); in CreateLineData()
598 image->PutPixelColor(x, y, lineOfImage[x].colourBuffer); in NewLinesArrived()
611 sRGBFloat(lineOfImage[x].colourBuffer.R / 255.0, lineOfImage[x].colourBuffer.G / 255.0, in NewLinesArrived()
612 lineOfImage[x].colourBuffer.B / 255.0)); in NewLinesArrived()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/include/
H A DOgreD3D11StereoDriverImpl.h49 virtual bool setDrawBuffer(ColourBufferType colourBuffer) = 0;
H A DOgreD3D11StereoDriverAMD.h50 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
H A DOgreD3D11StereoDriverBridge.h56 bool setDrawBuffer(const ColourBufferType colourBuffer) const;
H A DOgreD3D11StereoDriverNVIDIA.h51 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
H A DOgreD3D11RenderSystem.h375 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/include/
H A DOgreD3D9StereoDriverImpl.h48 virtual bool setDrawBuffer(ColourBufferType colourBuffer) = 0;
H A DOgreD3D9StereoDriverBridge.h55 bool setDrawBuffer(const ColourBufferType colourBuffer) const;
H A DOgreD3D9StereoDriverNVIDIA.h52 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
H A DOgreD3D9StereoDriverAMD.h54 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
H A DOgreD3D9RenderSystem.h411 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreViewport.cpp489 void Viewport::setDrawBuffer(ColourBufferType colourBuffer) in setDrawBuffer() argument
491 mColourBuffer = colourBuffer; in setDrawBuffer()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreViewport.h399 void setDrawBuffer(ColourBufferType colourBuffer);
H A DOgreRenderSystem.h1261 virtual bool setDrawBuffer(ColourBufferType colourBuffer) { return false; }; in setDrawBuffer() argument
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h118 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLRenderSystem.h154 virtual bool setDrawBuffer(ColourBufferType colourBuffer);
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp3476 bool GLRenderSystem::setDrawBuffer(ColourBufferType colourBuffer) in setDrawBuffer() argument
3480 switch (colourBuffer) in setDrawBuffer()
3501 + Ogre::StringConverter::toString(colourBuffer) + "): " + errorCode; in setDrawBuffer()

12