Home
last modified time | relevance | path

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

123456

/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/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
/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/skia/src/gpu/tessellate/
DGrPathParser.cpp93 int vertexCount = 0; in EmitCenterWedgePatches() local
155 int vertexCount = 3; in emit_subpolygon() local
181 int vertexCount = 3; in emitInnerPolygon() local
229 int vertexCount = 0; in EmitInnerPolygonTriangles() local
DGrPathShader.h36 sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex, in issueDraw()
/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/gpu/
DGrMesh.h141 inline void GrMesh::setNonIndexedNonInstanced(int vertexCount) { in setNonIndexedNonInstanced()
166 int vertexCount, int patternRepeatCount, in setIndexedPatterned()
183 int baseInstance, int vertexCount) { in setInstanced()
/external/angle/util/
Dgeometry_utils.cpp28 size_t vertexCount = (parellelCount + 1) * (sliceCount + 1); in CreateSphereGeometry() local
/external/swiftshader/src/Pipeline/
DVertexProgram.cpp68 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program()
/external/skia/src/gpu/geometry/
DGrPathUtils.h69 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.h49 void sendArrayMeshToGpu(GrPrimitiveType type, const GrMesh& mesh, int vertexCount, in sendArrayMeshToGpu()
/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.h77 void sendArrayMeshToGpu(GrPrimitiveType primitiveType, const GrMesh& mesh, int vertexCount, in sendArrayMeshToGpu()
/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()
DMultisampleTest.cpp109 size_t vertexCount, in prepareVertexBuffer()
/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/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp80 deUint32 vertexCount; member
/external/swiftshader/src/Device/
DVertexProcessor.hpp47 unsigned int vertexCount; member
/external/skia/src/gpu/ops/
DGrMeshDrawOp.cpp38 int vertexCount = verticesPerRepetition * repeatCount; in init() local
DGrAALinearizingConvexPathRenderer.cpp203 void recordDraw(Target* target, const GrGeometryProcessor* gp, int vertexCount, in recordDraw()
249 int64_t vertexCount = 0; in onPrepareDraws() local
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h97 void sendMeshToGpu(GrPrimitiveType primType, const GrBuffer* vertexBuffer, int vertexCount, in sendMeshToGpu()
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.cpp41 int vertexCount = verticesPerRepetition * repeatCount; in init() local
DGrAALinearizingConvexPathRenderer.cpp197 const GrPipeline::FixedDynamicState* fixedDynamicState, int vertexCount, in draw()
243 int64_t vertexCount = 0; in onPrepareDraws() local
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp57 size_t vertexCount, in StreamVertexData()
276 size_t vertexCount = static_cast<size_t>(bufSize / stride); in handleLineLoopIndirectDraw() local
710 size_t vertexCount; in updateStreamedAttribs() local

123456