Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
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()
DMesh.cpp47 size_t vertexCount = mBufferData->vertexCount(); in validate() local
DVertexBuffer.h58 TYPE* alloc(int vertexCount) { in alloc()
/frameworks/base/graphics/java/android/graphics/
DMesh.java83 @NonNull Buffer vertexBuffer, int vertexCount, @NonNull RectF bounds) { in Mesh()
116 @NonNull Buffer vertexBuffer, int vertexCount, @NonNull ShortBuffer indexBuffer, in Mesh()
370 boolean isDirect, int vertexCount, int vertexOffset, float left, float top, float right, in nativeMake()
374 boolean isVertexDirect, int vertexCount, int vertexOffset, ShortBuffer indexBuffer, in nativeMakeIndexed()
DBaseRecordingCanvas.java596 public final void drawVertices(@NonNull VertexMode mode, int vertexCount, in drawVertices()
DBaseCanvas.java656 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts, in drawVertices()
/frameworks/av/media/libstagefright/renderfright/
DMesh.cpp24 Mesh::Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordSize, in Mesh()
/frameworks/base/libs/hwui/jni/
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()
Dandroid_graphics_Canvas.cpp431 const int vertexCount = floatCount >> 1; // 2 floats per SkPoint in drawVertices() local
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DMesh.h165 Builder& setVertices(size_t vertexCount, size_t vertexSize) { in setVertices()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLSkiaShadowPort.cpp247 int vertexCount = 0; in fillInCircleVerts() local
392 int vertexCount = 0; in fillInRRectVerts() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java288 private native boolean setShaderVertexCount(int vertexCount); in setShaderVertexCount()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java250 public void drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, in drawVertices()
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1421 VKAPI_ATTR void CmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount… in CmdDraw()
2545 VKAPI_ATTR void vkCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCou… in vkCmdDraw()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1416 void CmdDraw(VkCommandBuffer cmdBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firs… in CmdDraw()