/frameworks/base/libs/hwui/ |
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()
|
D | Mesh.cpp | 47 size_t vertexCount = mBufferData->vertexCount(); in validate() local
|
D | VertexBuffer.h | 58 TYPE* alloc(int vertexCount) { in alloc()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Mesh.java | 83 @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()
|
D | BaseRecordingCanvas.java | 596 public final void drawVertices(@NonNull VertexMode mode, int vertexCount, in drawVertices()
|
D | BaseCanvas.java | 656 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts, 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/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 | 431 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/av/media/libstagefright/renderfright/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 | 250 public void drawVertices(VertexMode mode, int vertexCount, float[] verts, int vertOffset, in drawVertices()
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 1421 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/ |
D | null_driver.cpp | 1416 void CmdDraw(VkCommandBuffer cmdBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firs… in CmdDraw()
|