Home
last modified time | relevance | path

Searched refs:numRemainingPixels (Results 1 – 12 of 12) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/grpc/proto/
H A Dpybullet.proto397 int32 numRemainingPixels=5; field
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/grpc/proto/
H A Dpybullet.proto397 int32 numRemainingPixels=5; field
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp1746 int numRemainingPixels = numTotalPixels - startPixelIndex; in processRequestCameraImageCommand() local
1748 if (numRemainingPixels > 0) in processRequestCameraImageCommand()
1753 int numRequestedPixels = btMin(maxNumPixels, numRemainingPixels); in processRequestCameraImageCommand()
1940 …serverStatusOut.m_sendPixelDataArguments.m_numRemainingPixels = numRemainingPixels - numPixelsCopi… in processRequestCameraImageCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp1746 int numRemainingPixels = numTotalPixels - startPixelIndex; in processRequestCameraImageCommand() local
1748 if (numRemainingPixels > 0) in processRequestCameraImageCommand()
1753 int numRequestedPixels = btMin(maxNumPixels, numRemainingPixels); in processRequestCameraImageCommand()
1940 …serverStatusOut.m_sendPixelDataArguments.m_numRemainingPixels = numRemainingPixels - numPixelsCopi… in processRequestCameraImageCommand()
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/
H A DOpenGLGuiHelper.cpp1272 int numRemainingPixels = numTotalPixels - startPixelIndex;
1274 int numRequestedPixels = btMin(rgbaBufferSizeInPixels, numRemainingPixels);
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/
H A DOpenGLGuiHelper.cpp1272 int numRemainingPixels = numTotalPixels - startPixelIndex;
1274 int numRequestedPixels = btMin(rgbaBufferSizeInPixels, numRemainingPixels);
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/tinyRendererPlugin/
H A DTinyRendererVisualShapeConverter.cpp1404 int numRemainingPixels = numTotalPixels - startPixelIndex; in copyCameraImageData() local
1406 int numRequestedPixels = btMin(rgbaBufferSizeInPixels, numRemainingPixels); in copyCameraImageData()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/tinyRendererPlugin/
H A DTinyRendererVisualShapeConverter.cpp1404 int numRemainingPixels = numTotalPixels - startPixelIndex; in copyCameraImageData() local
1406 int numRequestedPixels = btMin(rgbaBufferSizeInPixels, numRemainingPixels); in copyCameraImageData()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/eglPlugin/
H A DeglRendererVisualShapeConverter.cpp1557 int numRemainingPixels = numTotalPixels - startPixelIndex; in copyCameraImageDataGL() local
1559 int numRequestedPixels = btMin(rgbaBufferSizeInPixels, numRemainingPixels); in copyCameraImageDataGL()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/eglPlugin/
H A DeglRendererVisualShapeConverter.cpp1557 int numRemainingPixels = numTotalPixels - startPixelIndex; in copyCameraImageDataGL() local
1559 int numRequestedPixels = btMin(rgbaBufferSizeInPixels, numRemainingPixels); in copyCameraImageDataGL()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp4003 int numRemainingPixels = numTotalPixels - startPixelIndex; in processRequestCameraImageCommand() local
4005 if (numRemainingPixels > 0) in processRequestCameraImageCommand()
4010 int numRequestedPixels = btMin(maxNumPixels, numRemainingPixels); in processRequestCameraImageCommand()
4303 …serverStatusOut.m_sendPixelDataArguments.m_numRemainingPixels = numRemainingPixels - numPixelsCopi… in processRequestCameraImageCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp4003 int numRemainingPixels = numTotalPixels - startPixelIndex; in processRequestCameraImageCommand() local
4005 if (numRemainingPixels > 0) in processRequestCameraImageCommand()
4010 int numRequestedPixels = btMin(maxNumPixels, numRemainingPixels); in processRequestCameraImageCommand()
4303 …serverStatusOut.m_sendPixelDataArguments.m_numRemainingPixels = numRemainingPixels - numPixelsCopi… in processRequestCameraImageCommand()