Searched refs:DrawMode (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | FirstIndexOffsetTests.cpp | 25 enum class DrawMode { class 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 in TestImpl() [all...] |
/third_party/skia/bench/ |
H A D | BulkRectBench.cpp | 27 enum class DrawMode { class 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) { 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 in drawSolidColorsRef() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedDepthStencilTests.cpp | 50 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/ |
H A D | vktSynchronizationOperation.cpp | 5020 enum DrawMode enum 5029 Implementation (OperationContext& context, Resource& resource, DrawMode drawMode) in Implementation() 5209 DrawMode m_drawMode; 5229 Support(const ResourceDescription& resourceDesc, DrawMode drawMode) in Support() 5314 const DrawMode m_drawMode;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 4881 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;
|
Completed in 23 milliseconds