Home
last modified time | relevance | path

Searched refs:DrawMode (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DFirstIndexOffsetTests.cpp25 enum class DrawMode { enum
46 void TestVertexIndex(DrawMode mode, uint32_t firstVertex);
47 void TestInstanceIndex(DrawMode mode, uint32_t firstInstance);
48 void TestBothIndices(DrawMode mode, uint32_t firstVertex, uint32_t firstInstance);
58 void TestImpl(DrawMode mode,
64 void FirstIndexOffsetTests::TestVertexIndex(DrawMode mode, uint32_t firstVertex) { in TestVertexIndex()
68 void FirstIndexOffsetTests::TestInstanceIndex(DrawMode mode, uint32_t firstInstance) { in TestInstanceIndex()
72 void FirstIndexOffsetTests::TestBothIndices(DrawMode mode, in TestBothIndices()
83 void FirstIndexOffsetTests::TestImpl(DrawMode mode, in TestImpl()
175 case DrawMode::NonIndexed: in TestImpl()
[all …]
/third_party/skia/bench/
DBulkRectBench.cpp27 enum class DrawMode { enum
39 template<int kRectCount, RectangleLayout kLayout, ImageMode kImageMode, DrawMode kDrawMode>
42 static_assert(kImageMode == ImageMode::kNone || kDrawMode != DrawMode::kQuad,
53 if (kDrawMode == DrawMode::kBatch && kImageMode == ImageMode::kNone) { in isSuitableFor()
82 if (kDrawMode == DrawMode::kBatch) { in computeName()
84 } else if (kDrawMode == DrawMode::kRef) { in computeName()
93 SkASSERT(kDrawMode == DrawMode::kBatch); in drawImagesBatch()
115 SkASSERT(kDrawMode == DrawMode::kRef); in drawImagesRef()
132 SkASSERT(kDrawMode == DrawMode::kBatch); in drawSolidColorsBatch()
159 SkASSERT(kDrawMode == DrawMode::kRef || kDrawMode == DrawMode::kQuad); in drawSolidColorsRef()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp50 enum DrawMode enum
314 void drawQuad(DrawMode drawMode, GLuint program);
726 void BaseTest::drawQuad(DrawMode drawMode, GLuint program) in drawQuad()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp4881 enum DrawMode enum
4890 Implementation (OperationContext& context, Resource& resource, DrawMode drawMode) in Implementation()
5076 DrawMode m_drawMode;
5096 Support(const ResourceDescription& resourceDesc, DrawMode drawMode) in Support()
5181 const DrawMode m_drawMode;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.cpp4881 enum DrawMode enum
4890 Implementation (OperationContext& context, Resource& resource, DrawMode drawMode) in Implementation()
5076 DrawMode m_drawMode;
5096 Support(const ResourceDescription& resourceDesc, DrawMode drawMode) in Support()
5181 const DrawMode m_drawMode;