Home
last modified time | relevance | path

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

1234567

/external/angle/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
/external/skqp/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
/external/skqp/src/gpu/
DGrMesh.h129 inline void GrMesh::setNonIndexedNonInstanced(int vertexCount) { in setNonIndexedNonInstanced()
154 int vertexCount, int patternRepeatCount, in setIndexedPatterned()
171 int baseInstance, int vertexCount) { in setInstanced()
DGrPathUtils.h69 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
/external/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()
280 const int vertexCount = safe.checkGE(buffer.readInt(), 0); in Decode() local
DSkVerticesPriv.h29 int vertexCount() const { return fVertices->fVertexCount; } in vertexCount() function
/external/skia/src/gpu/
DGrInnerFanTriangulator.h40 int vertexCount = this->GrTriangulator::polysToTriangles(polys, vertexAlloc); in polysToTriangles() local
DGrOpsRenderPass.cpp223 void GrOpsRenderPass::draw(int vertexCount, int baseVertex) { in draw()
244 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced()
DGrThreadSafeCache.cpp252 int vertexCount, in MakeVertexData()
258 int vertexCount, in MakeVertexData()
DGrSimpleMesh.h47 inline void GrSimpleMesh::set(sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex) { in set()
/external/angle/util/
Dgeometry_utils.cpp28 size_t vertexCount = (parellelCount + 1) * (sliceCount + 1); in CreateSphereGeometry() local
/external/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.h48 void onDraw(int vertexCount, int baseVertex) override { in onDraw()
/external/swiftshader/src/Pipeline/
DVertexProgram.cpp68 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp193 void GrDawnOpsRenderPass::onDraw(int vertexCount, int baseVertex) { in onDraw()
198 int vertexCount, int baseVertex) { in onDrawInstanced()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp118 GLsizei vertexCount, in getInputLayout()
198 GLsizei vertexCount, in createInputLayout()
/external/angle/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()
/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.h77 void onDraw(int vertexCount, int baseVertex) override { in onDraw()
/external/skia/include/core/
DSkVertices.h45 static sk_sp<SkVertices> MakeCopy(VertexMode mode, int vertexCount, in MakeCopy()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/
DProjectionRenderer.java206 private final int vertexCount; field in ProjectionRenderer.MeshData
/external/skia/src/gpu/geometry/
DGrPathUtils.h84 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp392 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in createNonAAMesh() local
431 int vertexCount = GrAATriangulator::PathToAATriangles(path, tol, clipBounds, &allocator); in createAAMesh() local
528 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in onPrePrepareDraws() local
DGrMeshDrawOp.cpp73 int vertexCount = verticesPerRepetition * repeatCount; in init() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp80 deUint32 vertexCount; member
/external/swiftshader/src/Device/
DContext.cpp24 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount()
55 uint32_t vertexCount = 0; in ProcessPrimitiveRestart() local
/external/skia/src/gpu/mock/
DGrMockOpTarget.h44 void* makeVertexSpace(size_t vertexSize, int vertexCount, sk_sp<const GrBuffer>* buffer, in makeVertexSpace()

1234567