Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/frameworks/base/libs/hwui/
H A DMesh.h111 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 DDrawWriter.h176 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 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
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DMesh.java82 @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 DSkVertices.cpp99 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 DSkDraw_vertices.cpp197 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 DVulkanSecondaryCommandBuffer.h405 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 DVertexArrayVk.cpp93 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 DTriangulatingPathRenderer.cpp365 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 DAALinearizingConvexPathRenderer.cpp215 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 DGrOpsRenderPass.cpp228 void GrOpsRenderPass::draw(int vertexCount, int baseVertex) { in draw()
249 void GrOpsRenderPass::drawInstanced(int instanceCount, int baseInstance, int vertexCount, in drawInstanced()
H A DGrThreadSafeCache.cpp272 int vertexCount, in MakeVertexData()
278 int vertexCount, in MakeVertexData()
H A DGrOpFlushState.h267 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 DInputLayoutCache.cpp118 GLsizei vertexCount, in getInputLayout()
178 GLsizei vertexCount, in createInputLayout()
/aosp_15_r20/external/skia/tests/
H A DTriangulatingPathRendererTests.cpp1018 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 DGrGpuBufferTest.cpp76 int vertexCount, in Make()
116 int vertexCount, in TestVertexOp()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlRenderCommandEncoder.h183 NSUInteger vertexCount) { in drawPrimitives()
189 NSUInteger vertexCount, NSUInteger instanceCount, in drawPrimitives()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp461 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 DMtlRenderCommandEncoder.h191 NSUInteger vertexCount) { in drawPrimitives()
197 NSUInteger vertexCount, NSUInteger instanceCount, in drawPrimitives()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddrawdispatch.cpp79 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 Dandroid_graphics_Mesh.cpp32 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 DGrGLOpsRenderPass.cpp196 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 DGLSkiaShadowPort.cpp247 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 DvktImagelessFramebufferTests.cpp1035 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 DvktRasterizationProvokingVertexTests.cpp69 static VkDeviceSize getXfbBufferSize(uint32_t vertexCount, VkPrimitiveTopology topology) in getXfbBufferSize()
274 uint32_t vertexCount = 0; in iterate() local

12345678910>>...20