Home
last modified time | relevance | path

Searched refs:kLayers (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DTextureViewTests.cpp343 constexpr uint32_t kLayers = 3; in TEST_P() local
345 initTexture(kLayers, kMipLevels); in TEST_P()
529 constexpr uint32_t kLayers = 1; in TEST_P() local
536 TextureLayerAsColorAttachmentTest(wgpu::TextureViewDimension::e2D, kLayers, kMipLevels, in TEST_P()
543 TextureLayerAsColorAttachmentTest(wgpu::TextureViewDimension::e2D, kLayers, kMipLevels, in TEST_P()
550 constexpr uint32_t kLayers = 1; in TEST_P() local
581 constexpr uint32_t kLayers = 10; in TEST_P() local
592 constexpr uint32_t kBaseLayer = kLayers - 1; in TEST_P()
600 constexpr uint32_t kLayers = 1; in TEST_P() local
623 constexpr uint32_t kLayers = 10; in TEST_P() local
[all …]
H A DCopyTests.cpp772 constexpr uint32_t kLayers = 6u; in TEST_P() local
779 DoTest(textureSpec, MinimumBufferSpec(kWidth, kHeight, kLayers), {kWidth, kHeight, kLayers}); in TEST_P()
786 constexpr uint32_t kLayers = 6u; in TEST_P() local
803 constexpr uint32_t kLayers = 6u; in TEST_P() local
823 constexpr uint32_t kLayers = 6u; in TEST_P() local
844 constexpr uint32_t kLayers = 8u; in TEST_P() local
867 constexpr uint32_t kLayers = 8u; in TEST_P() local
1259 constexpr uint32_t kLayers = 6u; in TEST_P() local
1266 DoTest(textureSpec, MinimumBufferSpec(kWidth, kHeight, kLayers), {kWidth, kHeight, kLayers}); in TEST_P()
1273 constexpr uint32_t kLayers = 6u; in TEST_P() local
[all …]
H A DQueueTests.cpp544 constexpr uint32_t kLayers = 65; in TEST_P() local
547 textureSpec.textureSize = {kWidth, kHeight, kLayers}; in TEST_P()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_range.cpp80 m_type = kLayers; in selectLayer()
81 m_flags |= kLayers; in selectLayer()
89 m_type = kLayers; in selectLayers()
90 m_flags |= kLayers; in selectLayers()
114 if ((m_flags & (kCels | kLayers)) != 0) in contains()
120 case DocRange::kLayers: in contains()
146 if ((m_flags & (kCels | kLayers)) == 0) { in convertToCels()
153 case DocRange::kLayers: in convertToCels()
H A Ddoc_range_ops.cpp214 if (to.type() == DocRange::kLayers && in drop_range_op()
222 to.startRange(parent->lastLayer(), -1, DocRange::kLayers); in drop_range_op()
272 case DocRange::kLayers: in drop_range_op()
390 case DocRange::kLayers: { in drop_range_op()
434 resultRange.startRange(copiedLayer, -1, DocRange::kLayers); in drop_range_op()
446 resultRange.startRange(copiedLayer, -1, DocRange::kLayers); in drop_range_op()
512 case DocRange::kLayers: in reverse_frames()
H A Ddoc_range.h30 kLayers = 4 }; enumerator
H A Dui_context.cpp249 case DocRange::kLayers: site->focus(Site::InLayers); break; in onGetActiveSite()
H A Ddoc_range_tests.cpp261 return range(fromLayer, -1, toLayer, -1, DocRange::kLayers); in layers_range()
270 return range(layer, -1, layer, -1, DocRange::kLayers); in layers_range()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Draw_images_as.h16 kLayers, enumerator
H A Dread_document.cpp464 case RawImagesAs::kLayers: in read_document_with_raw_images()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DCopyTexImageTest.cpp650 constexpr GLsizei kLayers = 2; variable
657 std::vector<GLColor> red(kTexSize * kTexSize * kLayers, GLColor::red);
658 glTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA8, kTexSize, kTexSize, kLayers, 0, GL_RGBA,
688 constexpr GLsizei kLayers = 2; in TEST_P() local
689 std::vector<GLColor> red(kTexSize * kTexSize * kLayers, GLColor::red); in TEST_P()
700 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA8, kTexSize, kTexSize, kLayers, 0, GL_RGBA, in TEST_P()
H A DRobustResourceInitTest.cpp1808 constexpr int kLayers = 8; in TEST_P() local
1812 glTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA8, kSize, kSize, kLayers, 0, GL_RGBA, in TEST_P()
1818 for (int layer = 0; layer < kLayers; ++layer) in TEST_P()
2041 const GLsizei kLayers = 4; in TEST_P() local
2046 kLayers, false); in TEST_P()
2058 for (GLsizei layerIndex = 0; layerIndex < kLayers; ++layerIndex) in TEST_P()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Ddata_recovery_view.cpp206 …wLayers.Click.connect(base::Bind(&DataRecoveryView::onOpenRaw, this, crash::RawImagesAs::kLayers)); in onOpenMenu()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/timeline/
H A Dtimeline.cpp766 m_frame, Range::kLayers); in onProcessMessage()
2525 case Range::kLayers: { in drawRangeOutline()
2822 case Range::kLayers: in getRangeBounds()
2838 case Range::kLayers: clipBounds = getLayerHeadersBounds(); break; in getRangeClipBounds()
3248 case Range::kLayers: { in updateStatusBar()
3627 case Range::kLayers: in dropRange()
3640 dropRange.startRange(layer, -1, Range::kLayers); in dropRange()
3754 case Range::kLayers: in updateDropRange()
3777 else if (m_range.type() == Range::kLayers && in updateDropRange()
3993 case DocRange::kLayers: in onClear()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_layer_properties.cpp232 range.startRange(m_layer, -1, DocRange::kLayers); in onCommitChange()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/util/
H A Dclipboard.cpp540 case DocRange::kLayers: { in paste()