Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMesh.h108 std::vector<uint8_t>&& vertexBufferData, jint vertexCount, jint vertexOffset, in Mesh()
119 std::vector<uint8_t>&& vertexBufferData, jint vertexCount, jint vertexOffset, in Mesh()
DVertexBuffer.h58 TYPE* alloc(int vertexCount) { in alloc()
/frameworks/base/graphics/java/android/graphics/
DMesh.java79 @NonNull Buffer vertexBuffer, int vertexCount, @NonNull RectF bounds) { in Mesh()
112 @NonNull Buffer vertexBuffer, int vertexCount, @NonNull ShortBuffer indexBuffer, in Mesh()
366 boolean isDirect, int vertexCount, int vertexOffset, float left, float top, float right, in nativeMake()
370 boolean isVertexDirect, int vertexCount, int vertexOffset, ShortBuffer indexBuffer, in nativeMakeIndexed()
DBaseCanvas.java650 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts, in drawVertices()
DBaseRecordingCanvas.java590 public final void drawVertices(@NonNull VertexMode mode, int vertexCount, 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/native/libs/renderengine/
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.cpp403 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/native/libs/renderengine/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/native/libs/renderengine/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.java248 public void drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, in drawVertices()
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1354 VKAPI_ATTR void CmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount… in CmdDraw()
2401 VKAPI_ATTR void vkCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCou… in vkCmdDraw()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1415 void CmdDraw(VkCommandBuffer cmdBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firs… in CmdDraw()