Home | History | Annotate | Download | only in hwui

Lines Matching defs:elementCount

441     const uint32_t elementCount = op.meshWidth * op.meshHeight * 6;
443 std::unique_ptr<ColorTextureVertex[]> mesh(new ColorTextureVertex[elementCount]);
492 .setMeshColoredTexturedMesh(mesh.get(), elementCount)
819 .setMeshTexturedIndexedVbo(buffer->vbo, buffer->elementCount)