| /frameworks/base/libs/hwui/ |
| D | Mesh.h | 108 std::vector<uint8_t>&& vertexBufferData, jint vertexCount, jint vertexOffset, in Mesh() 119 std::vector<uint8_t>&& vertexBufferData, jint vertexCount, jint vertexOffset, in Mesh()
|
| D | VertexBuffer.h | 58 TYPE* alloc(int vertexCount) { in alloc()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Mesh.java | 79 @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()
|
| D | BaseCanvas.java | 650 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts, in drawVertices()
|
| D | BaseRecordingCanvas.java | 590 public final void drawVertices(@NonNull VertexMode mode, int vertexCount, in drawVertices()
|
| /frameworks/av/media/libstagefright/renderfright/ |
| D | Mesh.cpp | 24 Mesh::Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordSize, in Mesh()
|
| /frameworks/native/libs/renderengine/ |
| D | Mesh.cpp | 24 Mesh::Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordSize, in Mesh()
|
| /frameworks/base/libs/hwui/jni/ |
| 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()
|
| D | android_graphics_Canvas.cpp | 403 const int vertexCount = floatCount >> 1; // 2 floats per SkPoint in drawVertices() local
|
| /frameworks/av/media/libstagefright/renderfright/include/renderengine/ |
| D | Mesh.h | 165 Builder& setVertices(size_t vertexCount, size_t vertexSize) { in setVertices()
|
| /frameworks/native/libs/renderengine/include/renderengine/ |
| D | Mesh.h | 165 Builder& setVertices(size_t vertexCount, size_t vertexSize) { in setVertices()
|
| /frameworks/av/media/libstagefright/renderfright/gl/ |
| D | GLSkiaShadowPort.cpp | 247 int vertexCount = 0; in fillInCircleVerts() local 392 int vertexCount = 0; in fillInRRectVerts() local
|
| /frameworks/native/libs/renderengine/gl/ |
| D | GLSkiaShadowPort.cpp | 247 int vertexCount = 0; in fillInCircleVerts() local 392 int vertexCount = 0; in fillInRRectVerts() local
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
| D | ShaderProgram.java | 288 private native boolean setShaderVertexCount(int vertexCount); in setShaderVertexCount()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
| D | NopCanvas.java | 248 public void drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, in drawVertices()
|
| /frameworks/native/vulkan/libvulkan/ |
| D | api_gen.cpp | 1354 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/ |
| D | null_driver.cpp | 1415 void CmdDraw(VkCommandBuffer cmdBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firs… in CmdDraw()
|