Home
last modified time | relevance | path

Searched refs:colorIndex (Results 226 – 250 of 1085) sorted by relevance

12345678910>>...44

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pnmtopalm/
H A Dpalmtopnm.c1140 unsigned int colorIndex; in showHistogram() local
1142 for (colorIndex = 0; colorIndex < ncolors; ++colorIndex) { in showHistogram()
1145 colorIndex, graymap[colorIndex], seen[colorIndex]); in showHistogram()
1147 ColormapEntry const searchTarget = colorIndex << 24; in showHistogram()
1155 pm_message("%.3d -> %ld,%ld,%ld: %d", colorIndex, in showHistogram()
1158 (*foundEntryP & 0xFF), seen[colorIndex]); in showHistogram()
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DModal.cpp52 plane._backgroundLayer.modifyElement(_dimElementId).colorIndex = in update()
54 plane._backgroundLayer.modifyElement(_backgroundElementId).colorIndex = in update()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DWorkbook.php315 $colorIndex = array_search($color, $this->palette);
316 if ($colorIndex) {
317 $this->colors[$rgb] = $colorIndex;
326 $colorIndex = $lastColor + 1;
327 $this->palette[$colorIndex] = $color;
328 $this->colors[$rgb] = $colorIndex;
331 $colorIndex = 0;
336 $colorIndex = $this->colors[$rgb];
339 return $colorIndex;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DWorkbook.php315 $colorIndex = array_search($color, $this->palette);
316 if ($colorIndex) {
317 $this->colors[$rgb] = $colorIndex;
326 $colorIndex = $lastColor + 1;
327 $this->palette[$colorIndex] = $color;
328 $this->colors[$rgb] = $colorIndex;
331 $colorIndex = 0;
336 $colorIndex = $this->colors[$rgb];
339 return $colorIndex;
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dppmhist.c406 int colorIndex; in colornameLabel() local
415 colorIndex = ppm_findclosestcolor(colorDict.color, colorDict.n, &color255); in colornameLabel()
417 assert(colorIndex >= 0 && colorIndex < colorDict.n); in colornameLabel()
419 if (PPM_EQUAL(colorDict.color[colorIndex], color)) in colornameLabel()
424 STRSCAT(retval, colorDict.name[colorIndex]); in colornameLabel()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcolor.c62 int colorIndex=0; variable
1185 colorIndex = defaultColorIndex; in InitColor()
1240 colorIndex = defaultColorIndex; in InitColor()
1316 colorIndex = color_index; in InitColor()
1710 colorIndex = ColorIndex;
1714 colorIndex, colorMenuItems[colorIndex]);
1948 colorIndex = 0; in CleanUpColors()
2064 colorIndex, colorMenuItems[colorIndex]);
2210 pStrSeg->color = colorIndex;
2253 ObjPtr->color = colorIndex;
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/VRMLConverter/vrmllib/src/
H A Dindexed_face_set.cpp53 colcase += colorIndex.empty() ? 2 : 1; in geometry()
86 is.col = colorIndex[facenum]; in geometry()
92 is.col = colorIndex[i]; in geometry()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/VRMLConverter/vrmllib/src/
H A Dindexed_face_set.cpp53 colcase += colorIndex.empty() ? 2 : 1; in geometry()
86 is.col = colorIndex[facenum]; in geometry()
92 is.col = colorIndex[i]; in geometry()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DFramebuffer.cpp580 for (uint32_t colorIndex = 0; in Framebuffer() local
581 colorIndex < static_cast<uint32_t>(mState.mColorAttachments.size()); ++colorIndex) in Framebuffer()
686 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local
1680 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local
1681 ASSERT(colorIndex < mState.mColorAttachments.size()); in setAttachmentImpl()
1682 size_t dirtyBit = DIRTY_BIT_COLOR_ATTACHMENT_0 + colorIndex; in setAttachmentImpl()
1683 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
1691 mState.mEnabledDrawBuffers.set(colorIndex, enabled); in setAttachmentImpl()
1986 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
1988 auto &colorAttachment = mState.mColorAttachments[colorIndex]; in markDrawAttachmentsInitialized()
[all …]

12345678910>>...44