Home
last modified time | relevance | path

Searched defs:firstVertex (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DFirstIndexOffsetTests.cpp64 void FirstIndexOffsetTests::TestVertexIndex(DrawMode mode, uint32_t firstVertex) { in TestVertexIndex()
73 uint32_t firstVertex, in TestBothIndices()
85 uint32_t firstVertex, in TestImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h350 uint32_t firstVertex, in draw()
358 ANGLE_INLINE void VulkanSecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw()
367 uint32_t firstVertex) in drawInstanced()
376 uint32_t firstVertex, in drawInstancedBaseInstance()
DSecondaryCommandBuffer.h245 uint32_t firstVertex; member
309 uint32_t firstVertex; member
317 uint32_t firstVertex; member
1159 ANGLE_INLINE void SecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw()
1262 uint32_t firstVertex) in drawInstanced()
1274 uint32_t firstVertex, in drawInstancedBaseInstance()
DVertexArrayVk.cpp753 GLint firstVertex, in updateStreamedAttribs()
863 GLint firstVertex, in handleLineLoop()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp125 GLint firstVertex, in syncStateForDraw()
288 GLint firstVertex, in updateDynamicAttribs()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp429 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
437 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
446 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp429 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
437 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
446 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp125 GLint firstVertex, in syncStateForDraw()
293 GLint firstVertex, in updateDynamicAttribs()
/third_party/flutter/skia/src/gpu/ops/
DGrMeshDrawOp.cpp36 int firstVertex; in init() local
DGrTessellatingPathRenderer.cpp128 int firstVertex() const { return fFirstVertex; } in firstVertex() function in __anonf6cd993d0111::DynamicVertexAllocator
374 int firstVertex, int count) { in drawVertices()
DGrDrawVerticesOp.cpp293 int firstVertex = 0; in drawVolatile() local
498 int firstVertex, in drawVertices()
DGrAALinearizingConvexPathRenderer.cpp205 int firstVertex; in recordDraw() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp360 const uint32_t firstVertex = i * vertsPerViewport; in iterate() local
373 const uint32_t firstVertex = i * vertsPerViewport; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateVPTests.cpp360 const uint32_t firstVertex = i * vertsPerViewport; in iterate() local
373 const uint32_t firstVertex = i * vertsPerViewport; in iterate() local
/third_party/skia/src/gpu/ops/
DGrMeshDrawOp.cpp85 int firstVertex; in init() local
DTriangulatingPathRenderer.cpp356 int firstVertex; in createAAMesh() local
497 int firstVertex, in CreateMesh()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPassEncoder.cpp48 uint32_t firstVertex, in Draw()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp551 GLint firstVertex, in updateClientAttribs()
621 GLint firstVertex, in handleLineLoop()
DSecondaryCommandBuffer.h187 uint32_t firstVertex; member
195 uint32_t firstVertex; member
852 ANGLE_INLINE void SecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw()
876 uint32_t firstVertex) in drawInstanced()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderEncoderBase.cpp84 uint32_t firstVertex, in APIDraw()
DCommandBufferStateTracker.cpp87 uint32_t firstVertex) { in ValidateBufferInRangeForVertexBuffer()
/third_party/vulkan-loader/tests/
Dloader_threading_tests.cpp92 uint32_t firstVertex, uint32_t firstInstance) {} in test_vkCmdDraw()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPURenderBundleEncoder.cpp139 interop::GPUSize32 firstVertex, in draw()
DGPURenderPassEncoder.cpp209 interop::GPUSize32 firstVertex, in draw()
/third_party/flutter/skia/bench/
DVertexColorSpaceBench.cpp168 int firstVertex = 0; in onPrepareDraws() local

12345