| /external/angle/src/tests/perf_tests/ |
| D | DynamicPromotionPerfTest.cpp | 29 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/ |
| D | SkVertices.cpp | 94 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/ |
| D | GrMesh.h | 129 inline void GrMesh::setNonIndexedNonInstanced(int vertexCount) { in setNonIndexedNonInstanced() 154 int vertexCount, int patternRepeatCount, in setIndexedPatterned() 171 int baseInstance, int vertexCount) { in setInstanced()
|
| D | GrPathUtils.h | 69 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
|
| /external/skia/src/core/ |
| D | SkVertices.cpp | 98 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
|
| D | SkVerticesPriv.h | 29 int vertexCount() const { return fVertices->fVertexCount; } in vertexCount() function
|
| /external/skia/src/gpu/ |
| D | GrInnerFanTriangulator.h | 40 int vertexCount = this->GrTriangulator::polysToTriangles(polys, vertexAlloc); in polysToTriangles() local
|
| D | GrOpsRenderPass.cpp | 223 void GrOpsRenderPass::draw(int vertexCount, int baseVertex) { in draw() 244 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced()
|
| D | GrThreadSafeCache.cpp | 252 int vertexCount, in MakeVertexData() 258 int vertexCount, in MakeVertexData()
|
| D | GrSimpleMesh.h | 47 inline void GrSimpleMesh::set(sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex) { in set()
|
| /external/angle/util/ |
| D | geometry_utils.cpp | 28 size_t vertexCount = (parellelCount + 1) * (sliceCount + 1); in CreateSphereGeometry() local
|
| /external/skia/src/gpu/d3d/ |
| D | GrD3DOpsRenderPass.h | 48 void onDraw(int vertexCount, int baseVertex) override { in onDraw()
|
| /external/swiftshader/src/Pipeline/ |
| D | VertexProgram.cpp | 68 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program()
|
| /external/skia/src/gpu/dawn/ |
| D | GrDawnOpsRenderPass.cpp | 193 void GrDawnOpsRenderPass::onDraw(int vertexCount, int baseVertex) { in onDraw() 198 int vertexCount, int baseVertex) { in onDrawInstanced()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | InputLayoutCache.cpp | 118 GLsizei vertexCount, in getInputLayout() 198 GLsizei vertexCount, in createInputLayout()
|
| /external/angle/src/tests/gl_tests/ |
| D | AttributeLayoutTest.cpp | 429 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/ |
| D | GrVkOpsRenderPass.h | 77 void onDraw(int vertexCount, int baseVertex) override { in onDraw()
|
| /external/skia/include/core/ |
| D | SkVertices.h | 45 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/ |
| D | ProjectionRenderer.java | 206 private final int vertexCount; field in ProjectionRenderer.MeshData
|
| /external/skia/src/gpu/geometry/ |
| D | GrPathUtils.h | 84 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
|
| /external/skia/src/gpu/ops/ |
| D | GrTriangulatingPathRenderer.cpp | 392 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
|
| D | GrMeshDrawOp.cpp | 73 int vertexCount = verticesPerRepetition * repeatCount; in init() local
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessUtil.hpp | 80 deUint32 vertexCount; member
|
| /external/swiftshader/src/Device/ |
| D | Context.cpp | 24 uint32_t ComputePrimitiveCount(VkPrimitiveTopology topology, uint32_t vertexCount) in ComputePrimitiveCount() 55 uint32_t vertexCount = 0; in ProcessPrimitiveRestart() local
|
| /external/skia/src/gpu/mock/ |
| D | GrMockOpTarget.h | 44 void* makeVertexSpace(size_t vertexSize, int vertexCount, sk_sp<const GrBuffer>* buffer, in makeVertexSpace()
|