Searched defs:vertexCount (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A 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()
|
H A D | VertexBuffer.h | 58 TYPE* alloc(int vertexCount) { in alloc()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A 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()
|
H A D | BaseCanvas.java | 650 public void drawVertices(@NonNull VertexMode mode, int vertexCount, @NonNull float[] verts, in drawVertices()
|
H A D | BaseRecordingCanvas.java | 590 public final void drawVertices(@NonNull VertexMode mode, int vertexCount, in drawVertices()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A 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()
|
H A D | android_graphics_Canvas.cpp | 403 const int vertexCount = floatCount >> 1; // 2 floats per SkPoint in drawVertices() local
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | ShaderProgram.java | 288 private native boolean setShaderVertexCount(int vertexCount); in setShaderVertexCount()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |