/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Mesh.h | 111 MeshBufferData(std::vector<uint8_t> vertexData, int32_t vertexCount, int32_t vertexOffset, in MeshBufferData() 149 int32_t vertexCount() const { return mVertexCount; } in vertexCount() function 235 int32_t vertexCount, int32_t vertexOffset, const SkRect& bounds) in Mesh() 240 int32_t vertexCount, int32_t vertexOffset, std::vector<uint8_t> indexData, in Mesh()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | DrawWriter.h | 176 void draw(BindBufferInfo vertices, unsigned int vertexCount) { in draw() 182 void drawInstanced(BindBufferInfo vertices, unsigned int vertexCount, in drawInstanced() 354 unsigned int vertexCount) in Instances() 383 VertexWriter append(const V& vertexCount, unsigned int instanceCount) { in append()
|
/aosp_15_r20/external/angle/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
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Mesh.java | 82 @NonNull Buffer vertexBuffer, int vertexCount, @NonNull RectF bounds) { in Mesh() 115 @NonNull Buffer vertexBuffer, int vertexCount, @NonNull ShortBuffer indexBuffer, in Mesh() 369 boolean isDirect, int vertexCount, int vertexOffset, float left, float top, float right, in nativeMake() 373 boolean isVertexDirect, int vertexCount, int vertexOffset, ShortBuffer indexBuffer, in nativeMakeIndexed()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkVertices.cpp | 99 SkVertices::Builder::Builder(VertexMode mode, int vertexCount, int indexCount, in Builder() 200 sk_sp<SkVertices> SkVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() 273 const int vertexCount = safe.checkGE(buffer.readInt(), 0); in Decode() local
|
H A D | SkDraw_vertices.cpp | 197 const int vertexCount = info.vertexCount(); in drawFixedVertices() local 314 const int vertexCount = info.vertexCount(); in drawVertices() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.h | 405 ANGLE_INLINE void VulkanSecondaryCommandBuffer::draw(uint32_t vertexCount, in draw() 415 ANGLE_INLINE void VulkanSecondaryCommandBuffer::draw(uint32_t vertexCount, uint32_t firstVertex) in draw() 422 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstanced(uint32_t vertexCount, in drawInstanced() 431 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawInstancedBaseInstance(uint32_t vertexCount, in drawInstancedBaseInstance()
|
H A D | VertexArrayVk.cpp | 93 size_t vertexCount, in StreamVertexData() 464 size_t vertexCount = static_cast<size_t>(bufSize / stride); in handleLineLoopIndirectDraw() local 1239 size_t vertexCount; in updateStreamedAttribs() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | TriangulatingPathRenderer.cpp | 365 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in createNonAAMesh() local 404 int vertexCount = GrAATriangulator::PathToAATriangles(path, tol, clipBounds, &allocator); in createAAMesh() local 503 int vertexCount = Triangulate(&allocator, fViewMatrix, fShape, fDevClipBounds, tol, in onPrePrepareDraws() local
|
H A D | AALinearizingConvexPathRenderer.cpp | 215 int vertexCount, size_t vertexStride, void* vertices, in recordDraw() 255 int64_t vertexCount = 0; in onPrepareDraws() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrOpsRenderPass.cpp | 228 void GrOpsRenderPass::draw(int vertexCount, int baseVertex) { in draw() 249 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced()
|
H A D | GrThreadSafeCache.cpp | 272 int vertexCount, in MakeVertexData() 278 int vertexCount, in MakeVertexData()
|
H A D | GrOpFlushState.h | 267 void draw(int vertexCount, int baseVertex) { in draw() 275 void drawInstanced(int instanceCount, int baseInstance, int vertexCount, int baseVertex) { in drawInstanced()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | InputLayoutCache.cpp | 118 GLsizei vertexCount, in getInputLayout() 178 GLsizei vertexCount, in createInputLayout()
|
/aosp_15_r20/external/skia/tests/ |
H A D | TriangulatingPathRendererTests.cpp | 1018 int vertexCount; in verify_simple_inner_polygons() local 1361 int vertexCount = GrAATriangulator::PathToAATriangles(path, kTol, clipBounds, &alloc); in DEF_TEST() local 1468 int vertexCount = GrAATriangulator::PathToAATriangles( in DEF_TEST() local
|
H A D | GrGpuBufferTest.cpp | 76 int vertexCount, in Make() 116 int vertexCount, in TestVertexOp()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlRenderCommandEncoder.h | 183 NSUInteger vertexCount) { in drawPrimitives() 189 NSUInteger vertexCount, NSUInteger instanceCount, in drawPrimitives()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | AttributeLayoutTest.cpp | 461 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() 469 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() 478 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw()
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlRenderCommandEncoder.h | 191 NSUInteger vertexCount) { in drawPrimitives() 197 NSUInteger vertexCount, NSUInteger instanceCount, in drawPrimitives()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | drawdispatch.cpp | 79 bool CoreChecks::PreCallValidateCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32… in PreCallValidateCmdDraw() 86 void CoreChecks::PreCallRecordCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t… in PreCallRecordCmdDraw() 91 …tateTracker::PostCallRecordCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t i… in PostCallRecordCmdDraw()
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Mesh.cpp | 32 jboolean isDirect, jint vertexCount, jint vertexOffset, jfloat left, jfloat top, in make() 51 jboolean isVertexDirect, jint vertexCount, jint vertexOffset, in makeIndexed()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLOpsRenderPass.cpp | 196 void GrGLOpsRenderPass::onDraw(int vertexCount, int baseVertex) { in onDraw() 233 void GrGLOpsRenderPass::onDrawInstanced(int instanceCount, int baseInstance, int vertexCount, in onDrawInstanced()
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLSkiaShadowPort.cpp | 247 int vertexCount = 0; in fillInCircleVerts() local 392 int vertexCount = 0; in fillInRRectVerts() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1035 const uint32_t vertexCount(static_cast<uint32_t>(vertexArray.size() / 4u)); in readOneSampleFromMultisampleImage() local 1262 const uint32_t vertexCount(static_cast<uint32_t>(vertexArray.size() / 4u)); in iterate() local 1504 const uint32_t vertexCount(static_cast<uint32_t>(vertexArray.size() / 4u)); in iterate() local 1734 const uint32_t vertexCount(static_cast<uint32_t>(vertexArray.size() / 4u)); in iterate() local 2060 const uint32_t vertexCount(static_cast<uint32_t>(vertexArray.size() / 4u)); in iterate() local 2587 const uint32_t vertexCount(static_cast<uint32_t>(vertexArray.size() / 4u)); in iterate() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 69 static VkDeviceSize getXfbBufferSize(uint32_t vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize() 274 uint32_t vertexCount = 0; in iterate() local
|