Home
last modified time | relevance | path

Searched defs:vertexCount (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDynamicPromotionPerfTest.cpp29 size_t vertexCount = 1024; member
88 const size_t vertexCount = GetParam().vertexCount; in initializeBenchmark() local
151 size_t vertexCount = GetParam().vertexCount; in drawBenchmark() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DDynamicPromotionPerfTest.cpp29 size_t vertexCount = 1024; member
88 const size_t vertexCount = GetParam().vertexCount; in initializeBenchmark() local
151 size_t vertexCount = GetParam().vertexCount; in drawBenchmark() local
/third_party/flutter/skia/src/core/
DSkVertices.cpp94 SkVertices::Builder::Builder(VertexMode mode, int vertexCount, int indexCount, in Builder()
104 SkVertices::Builder::Builder(VertexMode mode, int vertexCount, int indexCount, bool isVolatile, in Builder()
109 void SkVertices::Builder::init(VertexMode mode, int vertexCount, int indexCount, bool isVolatile, in init()
169 int SkVertices::Builder::vertexCount() const { in vertexCount() function in SkVertices::Builder
276 sk_sp<SkVertices> SkVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy()
386 const int vertexCount = safe.checkGE(reader.readInt(), 0); in Decode() local
/third_party/skia/experimental/graphite/src/
DCommandBuffer.h70 void draw(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount) { in draw()
79 void drawInstanced(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount, in drawInstanced()
/third_party/flutter/skia/src/gpu/
DGrMesh.h147 inline void GrMesh::setNonIndexedNonInstanced(int vertexCount) { in setNonIndexedNonInstanced()
172 int vertexCount, int patternRepeatCount, in setIndexedPatterned()
189 int baseInstance, int vertexCount) { in setInstanced()
/third_party/skia/src/core/
DSkVertices.cpp98 SkVertices::Builder::Builder(VertexMode mode, int vertexCount, int indexCount, in Builder()
199 sk_sp<SkVertices> SkVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy()
272 const int vertexCount = safe.checkGE(buffer.readInt(), 0); in Decode() local
DSkVerticesPriv.h29 int vertexCount() const { return fVertices->fVertexCount; } in vertexCount() function
/third_party/skia/src/gpu/geometry/
DGrInnerFanTriangulator.h40 int vertexCount = this->GrTriangulator::polysToTriangles(polys, vertexAlloc); in polysToTriangles() local
/third_party/flutter/skia/third_party/externals/angle2/util/
Dgeometry_utils.cpp28 size_t vertexCount = (parellelCount + 1) * (sliceCount + 1); in CreateSphereGeometry() local
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.h48 void onDraw(int vertexCount, int baseVertex) override { in onDraw()
/third_party/skia/third_party/externals/angle2/util/
Dgeometry_utils.cpp28 size_t vertexCount = (parellelCount + 1) * (sliceCount + 1); in CreateSphereGeometry() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexProgram.cpp69 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDrawTests.cpp65 void Test(uint32_t vertexCount, in Test()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDrawTests.cpp70 void Test(uint32_t vertexCount, in Test()
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.h69 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp193 void GrDawnOpsRenderPass::onDraw(int vertexCount, int baseVertex) { in onDraw()
198 int vertexCount, int baseVertex) { in onDrawInstanced()
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp223 void GrOpsRenderPass::draw(int vertexCount, int baseVertex) { in draw()
244 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced()
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.h77 void onDraw(int vertexCount, int baseVertex) override { in onDraw()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h348 ANGLE_INLINE void VulkanSecondaryCommandBuffer::draw(uint32_t vertexCount, in draw()
358 ANGLE_INLINE void VulkanSecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw()
365 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced()
374 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstancedBaseInstance(uint32_t vertexCount, in drawInstancedBaseInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp118 GLsizei vertexCount, in getInputLayout()
198 GLsizei vertexCount, in createInputLayout()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp118 GLsizei vertexCount, in getInputLayout()
198 GLsizei vertexCount, in createInputLayout()
/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/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/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.h86 void sendMeshToGpu(GrPrimitiveType primType, const GrBuffer* vertexBuffer, int vertexCount, in sendMeshToGpu()
/third_party/skia/include/core/
DSkVertices.h45 static sk_sp<SkVertices> MakeCopy(VertexMode mode, int vertexCount, in MakeCopy()

1234567