| /third_party/skia/src/gpu/geometry/ |
| H A D | GrInnerFanTriangulator.h | 40 int vertexCount = this->GrTriangulator::polysToTriangles(polys, vertexAlloc); in polysToTriangles() local
|
| H A D | GrPathUtils.h | 85 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | VertexProgram.cpp | 69 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program() argument
|
| /third_party/skia/third_party/externals/angle2/util/ |
| H A D | geometry_utils.cpp | 28 size_t vertexCount = (parellelCount + 1) * (sliceCount + 1); in CreateSphereGeometry() local
|
| /third_party/skia/src/core/ |
| H A D | SkVerticesPriv.h | 29 int vertexCount() const { return fVertices->fVertexCount; } in vertexCount() function in SkVerticesPriv
|
| H A D | SkVertices.cpp | 98 SkVertices::Builder::Builder(VertexMode mode, int vertexCount, int indexCount, in Builder() argument 199 sk_sp<SkVertices> SkVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | DrawTests.cpp | 65 void Test(uint32_t vertexCount, in Test() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrSimpleMesh.h | 47 inline void GrSimpleMesh::set(sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex) { in set() argument
|
| H A D | GrOpsRenderPass.cpp | 228 void GrOpsRenderPass::draw(int vertexCount, int baseVertex) { in draw() argument 249 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced() argument
|
| H A D | GrOpFlushState.cpp | 180 void* GrOpFlushState::makeVertexSpace(size_t vertexSize, int vertexCount, in makeVertexSpace() argument
|
| H A D | GrThreadSafeCache.cpp | 251 MakeVertexData(const void* vertices, int vertexCount, size_t vertexSize) MakeVertexData() argument 257 MakeVertexData(sk_sp<GrGpuBuffer> buffer, int vertexCount, size_t vertexSize) MakeVertexData() argument
|
| /third_party/skia/bench/ |
| H A D | TriangulatorBench.cpp | 135 int vertexCount = GrMiddleOutPolygonTriangulator::WritePathInnerFan( variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustnessUtil.hpp | 81 deUint32 vertexCount; member
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A 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 [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | GrMeshDrawOp.cpp | 86 int vertexCount = verticesPerRepetition * repeatCount; in init() local
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | PathCurveTessellator.cpp | 137 int vertexCount = bufferSize / sizeof(SkPoint); in WriteFixedVertexBuffer() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | VertexProcessor.hpp | 49 unsigned int vertexCount; member
|
| /third_party/skia/include/core/ |
| H A D | SkVertices.h | 45 static sk_sp<SkVertices> MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() argument
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | CommandBuffer.h | 70 void draw(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount) { in draw() argument 79 void drawInstanced(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount, in drawInstanced() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| H A D | vktRobustnessUtil.hpp | 81 deUint32 vertexCount; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
| H A D | vktDrawUtil.hpp | 156 deUint32 vertexCount; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | utilities.h | 214 T GetClampedVertexCount(size_t vertexCount) in GetClampedVertexCount() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | VertexArray11.cpp | 308 size_t vertexCount; in updateDynamicAttribs() local
|
| H A D | InputLayoutCache.cpp | 112 getInputLayout( Context11 *context11, const gl::State &state, const std::vector<const TranslatedAttribute *> ¤tAttributes, const AttribIndexArray &sortedSemanticIndices, gl::PrimitiveMode mode, GLsizei vertexCount, GLsizei instances, const d3d11::InputLayout **inputLayoutOut) getInputLayout() argument 193 createInputLayout( Context11 *context11, const AttribIndexArray &sortedSemanticIndices, const std::vector<const TranslatedAttribute *> ¤tAttributes, gl::PrimitiveMode mode, GLsizei vertexCount, GLsizei instances, d3d11::InputLayout *inputLayoutOut) createInputLayout() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultisampleTest.cpp | 146 prepareVertexBuffer(GLBuffer &vertexBuffer, const Vector3 *vertices, size_t vertexCount, GLint positionLocation) prepareVertexBuffer() argument
|